This page is intended to illustrate the coding standard for programs created in CSci 300 Software Practice.
First some URLs which give you an idea of the range of standards out there:
The examples above are not presented as direction, only as an opportunity to see how varied the responses to this issue are. At Gung Ho Software we think the issues are all about clarity. Code is to be read and understood and as self-documenting as possible. When you get the chance, review these URLs and form you own opinions about good coding standards.
Typically Programs require:
1. Header comment which contains
2. Body of Code
Example: The example is a file which does one of the problems in the CSci205 text. The header includes a summary description of the problem and a brief pseudocode of the solution. Lines of the pseudocode, or comments related to the pseudocode are distributed throughout the brief program. The primary purpose of this file is to illustrate the kind of header desired. POSTMAN EXAMPLE