CS 150 - Intro to Programming - Fall 2001

| CS150 | Lab | Projects | Assignments | CodeSamples | Help Resources | Style Guide |


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


| Robert Hillayrd | SSU | CS Dept | CS 150 |