On Mon, 6 Jan 2003, Ted Husted wrote:
> The "project" is technically Jakarta, and it is explicitly stated: > > http://jakarta.apache.org/site/source.html > > Though, I suppose we could link to that from the roadmap. > > We do have to forbid tab characters since it screws up the CVS emailings > otherwise. > > Personally, I like the Elements of Java Style since it is more > comprehensive. It also works like a superset of Sun, so there is no > conflict there. I'm happy with the Sun coding conventions. Craig mentioned that there were a couple of tweaks to those that he prefers, and I'd be willing to listen to those. I'm not familiar with what the Elements of Java Style promotes, but I'm also willing to listen to what you have in mind, especially if it's something that can be codified for Checkstyle to verify. And I agree with everyone on the "no tabs" rule. ;-) -- Martin Cooper > > -Ted. > > > David Graham wrote: > > There's been some talk of formalizing the coding standard we follow so > > here's a starting point for discussions. > > > > 1. Follow the Java standard coding practices. This includes putting > > opening braces on the same line like if (true) {. > > All IDEs support formatting code to this standard and all Java coders > > already know it. > > > > 2. Enclose all blocks in braces, even one liners. This makes the code > > easier to follow and decreases bugs. > > > > Currently we should be following the Java standard but we should > > explicitly state this for the project. > > > > Thoughts? > > > > Dave > > > > _________________________________________________________________ > > The new MSN 8 is here: Try it free* for 2 months > > http://join.msn.com/?page=dept/dialup > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > Ted Husted, > Struts in Action <http://husted.com/struts/book.html> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
