Comment #12 on issue 3817 by guillerm...@gmail.com: make Object >> error: deprecated
http://code.google.com/p/pharo/issues/detail?id=3817

Lets convey that if you have an InvalidArgumentException, that's a bug in your code. There's no way that it can be handled. It is no useful. You can catch it? Yes, you can, but what can you do about it?

I'm in favor of using specific errors, where it is useful.

And there are errors you cannot (actually you shouldn't) handle, as the InvalidArgumentException.

So, about deprecating Object>>error: I say -1.


Reply via email to