On Tue, 13 Jul 2010, Guillermo Polito wrote:

I know morphic is one of the greatest issues Squeak and Pharo have.  And I'm
tired of the kilometric morph hierarchies with tons of methods that noone
uses, and the impossible traceability of the morphic code...

You can't be sure that a method or class is not used if you only look at the senders or users. Morphic uses a lot of automatic generated selectors combined with #perform:withArguments: (and friends) which makes it very hard to track down senders. Though checking the senders of #asSymbol can help.


Levente


And I'm sure that a lot of people tried it before...  And this isn't the
highest priority.  But I think morphic cleansing should be done.

So, while i'm now in bed beacause of a flu, hehe, I want at least remove
unused morph classes and unused methods... Or maybe we can separate some
things from the core.  Of course I will be "spamming" in the list asking for
the changes I will do :P.

what do you think?  Do I open a ticket?

Guille


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to