Peter Uhnak wrote > That's why MyPackage-Test is best kept separate, because when other > project > is loading your project, they don't need to load such package
Just to give another angle, while everything said in this thread is true, I typically start with a monolithic package + sub tags and only split the package if forced to. I view premature splitting as similar to premature optimization. There is a cost of increased complication with dependencies and related management. ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
