Boiled down from a discussion w/ jvz on IRC:

Classes implementing a given piece of functionality that don't
absolutely need to be public (such as those which are only used
internally by that functionality), should provide only a package or
derivitative-accessible API (default or protected access for both
class and methods).

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to