IMO, they should be an ordered collections boths (Arrays, not Sets) 2009/9/5 Stéphane Ducasse <[email protected]>: > I do not know if the order of class variable is relevant. > Now I found that a bad design to have that different types. > Regularity is a value because it favors simplicity. > For example I cannot use the same protocol for both tests. > > Stef > >> Well, both are collections. >> The order of instance variables is essential for compiling code. >> Does the order of class variable names matter ? >> >> Nicolas >> >> 2009/9/5 Stéphane Ducasse <[email protected]>: >>> coloredPointClass classVarNames >>> returns a set >>> while >>> >>> coloredPointClass instanceVariableNames >>> returns an array >>> >>> Yeah.... regularity a la Smalltalk >>> >>> Stef > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >
-- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
