March 14, 2011
2:14 p.m.
Comment #2 on issue 3817 by camillob...@gmail.com: make Object >> error: deprecated http://code.google.com/p/pharo/issues/detail?id=3817 it 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.