On Wed, 20 Feb 2002 [EMAIL PROTECTED] wrote: > I agree with you. For my own code I've always mimiced the java layout, and > added a W to the end (for wrapper). I plan to change this to an 's' or > plural version, so much am I swayed by your arguments. (That or 'Helper'). > > So I would suggest: > > org.apache.commons.java.io.Urls; > org.apache.commons.java.lang.Strings > org.apache.commons.javax.xml.Xmls
I like this as well, but the "java." doesn't add anything and Sun may not be too happy about us using it in our package name. Plus, this doesn't follow the convention of including the commons component name as a package under commons. Fixing those things, you've got: org.apache.commons.util.io.Urls org.apache.commons.util.lang.Strings org.apache.commons.util.xml.Xmls etc. > I'm sure it'll just start arguments about everyones favourite methodology, > but people might all agree. yup, probably. :) regards, michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
