Changes between Version 3 and Version 4 of DeveloperDocs
- Timestamp:
- 08/13/10 15:01:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperDocs
v3 v4 12 12 Alternative targets are also available (e.g. tex) 13 13 14 15 14 == Coding Guidelines == 16 15 … … 22 21 {{{nosetests test/test_*.py}}} 23 22 23 * follow the c++ style of the surrounding code 24 * add doxygen documentation to header files 25 * use {{{casa::CountedPtr}}} wherever raw pointers are used 24 26 27 == subversion guidelines == 28 29 * every bug fix is committed to ''trunk'' then merged into ''branches'' 30 * create a dev ''branch'' for major changes e.g. Scantable schema 31 * add a useful commit message preferably referring to a trac ticket 32 * use subversion >= 1.5 fro merging to preserve history 25 33 26 34 == Reference ==