Hi,
Let's start small, shall we?
Everybody knows that Coding Standards are a pain, but they're
necessary. Here are two.
* Use 4-space indentations (like Java coding standards from Sun)
* No tabs!
Procedural note:
* If you need to reformat code, try to do it on a separate
CVS commit from any functional changes you may have made.
Stephen
|