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:
- A short description of the code's function and keywords must be
written for each new module and library added to the PSI3 package.
- 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: Creating New Test Cases
Up: progman
Previous: Multiple Source Code Directories
Contents
sherrill
2008-02-13