
3 Aug
2007
3 Aug
'07
10:22 p.m.
David Roundy wrote:
* Use one tab to indent each level. Display them at 4 space boundaries.
But this means that your code will have the possibility of layout bugs that not visible to the programmer, since according to the report a tab corresponds to eight spaces. Sounds like the worst of all possible worlds.
No layout bugs: * Use explicit braces and semicolons. Use "Allman" style. -- Ashley Yakeley