Stéphane Ducasse a écrit : > Hi guys > > in squeak a week ago nicolas pushed a cool (from my taste) changes that > refactored the complete > system so that |temp| declaration would be at the scope where they are used. > This is not clear that this is an optimisation but I like the fact that temp > are defined at the right place. > Now it may lead to code that is a bit less readable in the sense that your > temps > are not systematically listed at the beginning of the method but occasionally > in the closures > that use them. > >From my hackish lisping state of mind I like it now what do you prefer? > Yes, I always prefer to see variable declarations in the scope where they are used Alain > Stef > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
