Interface class in Squeak

Tim Rowledge tim at rowledge.org
Tue Jun 7 05:22:00 UTC 2005


Todd Blanchard <tblanchard at mac.com> wrote:

> What do you want the interface for?
> 
> If it is just to provide a place to declare some useful constants and  
> share them with a few classes, then you may want a PoolDictionary
That would be a SharedPool subclass these days. Still a tricky little bugger
but a bit less awful than randomly assembled dictionaries. At least they assist
in providing a declarative (re)initializer.
 


tim
--
Tim Rowledge, tim at rowledge.org, http://www.rowledge.org/tim
Useful random insult:- A 20th century man...  The guy has no future.



More information about the Squeak-dev mailing list