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]>

Reply via email to