stepharo wrote >> !Package XXX, part of (reference to main package if one exist) > I did not get " > > (reference to main package if one exist) > > "
Perhaps it should be: "!Package XXX, (part of reference to main package if one exist)" I often see a handful of packages named "XXXX-YYYY", "XXXX-ZZZZ", "XXXX-AAAA", etc. and a reference to which of these packages is the main/root/start/core package is what I tried to get at. stepharo wrote >> one line description: For example, I'm xxx package, containing the >> hierarchy >> of visitor objects. > What are the public main classes? There are no such thing :-) - just as there is no "private methods" in smalltalk. But in conceptually, in a package there are classes which are intended to be used and referred from outside of the package, and classes that realize internals in the package. -- View this message in context: http://forum.world.st/Package-comments-tp4824353p4825917.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
