________________________________________ De : pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] de la part de Camillo Bruni [camillobruni@gmail.com] Date d'envoi : dimanche 9 septembre 2012 12:48 Ã : Pharo-project@lists.gforge.inria.fr Objet : Re: [Pharo-project] NewClassOrganizer
Ordering of protocols should happen in the Browser not in the model.
Hum, it looks like to save a few lines there, it's gonna cost a few thousands lines and caching complexity in the Browser.
Protocols are simple dictionary entries, the old implementation simply did not want to use dicts for performance / space reasons.
I doubt that we will add explicit ordering to protocols...
Then the new implementation looks worse than the previous one, from a GUI point of view in addition to the performance / space ones. Thanks for the warning. Thierry