Re: [Pharo-users] deprecating classes

2015-07-24 Thread Mariano Martinez Peck
In the past I have done a few hacks...one was to remove all methods from the class and only implement #doesNotUnderstand: calling the deprecation method saying the class was deprecated and now you should use . In another case, I didn't want to remove methods from the class for some other reaso

[Pharo-users] deprecating classes

2015-07-24 Thread Peter Uhnák
Hi, is there a mechanism for deprecating whole classes? For example there's class RTResizEable that has been replaced by RTResizable (without extra "e") class. But if I don't want to break people's code I would like to tell them that they should use something else. I could mark every method with