Changes between Version 3 and Version 4 of DeveloperDocs


Ignore:
Timestamp:
08/13/10 15:01:01 (14 years ago)
Author:
Malte Marquarding
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocs

    v3 v4  
    1212Alternative targets are also available (e.g. tex)
    1313
    14 
    1514== Coding Guidelines ==
    1615
     
    2221{{{nosetests test/test_*.py}}}
    2322
     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
    2426
     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
    2533
    2634== Reference ==