| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
All files shall follow the latest template file as a guide for the standard layout.
It is sometimes advisable to separate the implementation into different files. Examples are to separate templated and non-templated methods, and when a sub-set of the methods is often used. Such implementation files have in general names like name2.cc etc. See code/aips/implement/Arrays/Array2.cc for an example.
The test program(s) shall exercise every member function, every exception, and cover at least 90% of the lines of code in the implementation file.6.6