May 12, 2015
9:33 a.m.
Le 12 mai 2015 à 06:44, Kasper Osterbye a écrit :
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.
Here I would rather see the entry point of the package: the core class(es) and how to use it