On Fri, 2007-02-02 at 18:44 +0100, Roland Weber wrote: > Hi folks, > > I just noticed that we have dependencies from API classes > to implementation classes. The one I stumbled across is > AbstractHttpMessage, which depends on DefaultHttpParams. > > Is there a consensus that the API classes and interfaces > should never depend on any implementation package? > > cheers, > Roland
Here's my take. No impl classes in public methods (and hence interfaces). I do not see a problem with using impl class internally if they never get exposed to the consumer. Oleg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
