|
Style _is_ important. Even more so if developer work together. Many large projects, e.g. {Open|Net|Free}BSD even have a style guide (which, funny enough, are contradictory in some areas). Readable code without clutter is easier to maintain if the code base grows. A consistent style helps with that. |