|
|
|
CHAPTER 11 : Implementing Standards
11.8 Making sure the standards are usedSadly, unless given the appropriate encouragement, people tend either not to follow standards or to drift: first on small points, then on more important points. Rather than check for conformance to standards separately, the best approach is to combine this with checking for defects in the coding. Reviews and inspections are widely regarded as an excellent defect detection and prevention method. These need only have an extra checklist for conformance to coding standards. Where you have different people reviewing different aspects of the code, then one of these is given a focus on coding standards.
|
|
|
|
|
||||