Basic smalltalk browser question: class variables initialization

Piero Campanelli campanelli at skylink.it
Sun Dec 19 10:27:38 UTC 1999


Hi.

I have a problem with class variables initialization. I made some classes
with class variables that need to be initialized first time. So after class
creation i do a:

	MyClassName initialize

and all works !

But what happens when i 'File Out'  my sources for another running image ?
When you do a 'File In' in a new image you have to remember to do a
"MyClassName initialize". Probably there is another method ......isn't there
?

Bye





More information about the Squeak-dev mailing list