Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/CodingConventions


Ignore:
Timestamp:
Feb 4, 2018, 10:52:05 AM (7 years ago)
Author:
ruttamsingh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/CodingConventions

    v1 v2  
    33 * Make comments often about WHY, not what, you are doing
    44 * Javadocs for EVERY SINGLE METHOD you have made
    5    * Describe what is happening
     5   * What it does
    66   * Why it is happening
    77   * Define each parameter