Programming Style Tips

Software developers should write code that is:

Coding standards and guidelines help to achieve these goals.

Many of the following standards and guidelines are derived from the reference books C++ Programming Guidelines and Effective C++.

General

Documentation/Commenting

Formatting

Global vs. Local Variables

Code Efficiency

Naming

Classes


Prepared by Stauffer and Karen Petersen, 1999
ÿ