The argument for strict coding standards
cbloom rants on the value of strict coding standards:
Strict coding standards are actually an intellectual relief because they remove all those decisions and give you a specific way to do the syntax. (The same of course goes for reading other people’s code – your eyes can immediately start looking at the functionality, not try to figure out the current syntax)
Don’t forget that adherence to coding standards also produces higher quality diffs.
7 Comments