Feb. 14, 2009
5:33 p.m.
Stéphane Ducasse wrote:
Hi guys
some days ago with alex we wanted to identify the methods containing a reference to their class (Lint does it too). Now we thought that replacing them with self class is not equivalent since we could imagine
st/x uses here class
that hardcoding the class name make sure that subclass cannot redefine methods. Now this is a bit against Smalltalk late bindinness and probably most of the time an newbie error.
I doubt it. isAbstract self class = here class. Keith
But I wanted to know what was your experiment to that regards.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project