next up previous contents
Next: Creating New Test Cases Up: progman Previous: Multiple Source Code Directories   Contents


Documentation

Documentation is often the only link between code's author and code's users. The usefulness of the code will depend heavily on the quality of its documentation. One great failing of most of the PSI code is that it contains little to no documentation. We strongly advocate documentation of at least the first two types:
  1. A short description of the code's function and keywords must be written for each new module and library added to the PSI3 package.

  2. Second, as mentioned before, the source code should be directly documented by comment lines in the code. We use a special formatting for in-code documentation, which is described in detail in section 5.7.

Note also that full documentation should also include citations to any relevant publications upon which the code may be based.


next up previous contents
Next: Creating New Test Cases Up: progman Previous: Multiple Source Code Directories   Contents
sherrill 2008-02-13