Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/CodingConventions


Ignore:
Timestamp:
Oct 31, 2019, 9:03:59 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/CodingConventions

    v4 v5  
    1414   * Define each parameter
    1515 * document your code thoroughly so someone else can read and understand it.  Good code contains at least as many lines of ''good'' comments as of executable code...no matter how readable you think your code is.
    16  * clean up your code before you check it in. 
    17    * Don't leave gobs of test code and debug print statements in your code.  When you make your code available to others, that should all be removed and the code
    18 should be clean and readable.
     16 * clean up your code '''before''' you check it in.  Don't leave gobs of test code and debug print statements in your code.  When you make your code available to others, that should all be removed and the code should be clean and readable.
    1917
    2018== Software Culture ==