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]>
- Re: Struts Coding Standard David Graham
- Re: Struts Coding Standard Paul Speed
- Re: Struts Coding Standard Ted Husted
- Re: Struts Coding Standard Robert Leland
- Re: Struts Coding Standard Craig R. McClanahan
- Re: Struts Coding Standard Erik Hatcher
- Re: Struts Coding Standard Robert Leland
- Re: Struts Coding Standard Martin Cooper
- Re: Struts Coding Standard Robert Leland
- Re: Struts Coding Standard Martin Cooper
- Re: Struts Coding Standard David Graham