What does Squeak application development look like?

Giovanni Corriga giovanni at corriga.net
Sat Dec 10 18:37:04 UTC 2005


Il giorno sab, 10/12/2005 alle 10.10 -0800, Brad Fuller ha scritto:
> Jason Rogers wrote:
> >I think one of the issues that Ramon is driving at is that using a
> >class from another package means that you may be indirectly using
> >other classes in that package, whether you mean to or not.  So, the
> >proper level of dependency IS at the package level, not at the class
> >level.
> >  
> >
> What you _really_ do when you add a Package is add a Category, right?   
> Categories are arbitrary. If you add VMMaker-Plugins you get all of the 
> classes in the category, right? I just want to save my one class from 
> that category, I don't want to save all of them. What am I missing?

If you're modifying just one class wouldn't it be easier to move it to
your package i.e. MyPackage-VMMaker-Plugins ?

	Giovanni




More information about the Squeak-dev mailing list