Comment #2 on issue 4294 by
[hidden email]: With only one Paragraph
class, there is no need for #paragraphClass
http://code.google.com/p/pharo/issues/detail?id=4294a messages like xyzClass , usually used to retrieve the class and then send
#new to it. It is much better to use #newXyz for this purpose, so an object
which responsible for providing an instance of given class, could decide
what to do and how initialize it, before passing to requester.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker