Re: Issue 3817 in pharo: make Object >> error: deprecated
Posted by
pharo on
Mar 14, 2011; 2:14pm
URL: https://forum.world.st/Issue-3817-in-pharo-make-Object-error-deprecated-tp3353733p3353949.html
Comment #2 on issue 3817 by
[hidden email]: make Object >> error:
deprecated
http://code.google.com/p/pharo/issues/detail?id=3817it is not too radical for 1.3. Using Error is as useful as saying that
something went wrong somewhere. You don't want that. I agree that `self
error: 'foo'` is nice during development, but it should throw and error
indicating that you should NOT use this for your final code.