Noel J. Bergman wrote:
I like doing the interface<->impl seperation stronly
For example:
org.apache.avalon.fortress.interfaces
org.apache.avalon.fortress.impl
If I understand your proposal, I prefer something like: org.apache.avalon.X org.apache.avalon.X.impl on the grounds that use of interfaces is more common and could be implied. This is especially true of Avalon and other systems that use IoC, factories, and other things to minimize the use of the new operator.
+1 makes morre sence to me as well. Cheers, Steve.
--- Noel
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
