Paolo Bonzini wrote:
> If so, there is a good reason, and it is that class variables
> are misused 99% of the time.  Class variables are *global* variables
> visible to a hierarchy and, as such, they should be used as little as
> possible.  When implementing a singleton, for example, what you *really*
> want is a uniqueInstance class-instance variable.

Apparently the writers of our class library didn't understand this.

Mike


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to