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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/CodingConventions

    v1 v1  
     1= Coding Conventions =
     2 * shift-ctrl-F (auto-format)
     3 * Make comments often about WHY, not what, you are doing
     4 * Javadocs for EVERY SINGLE METHOD you have made
     5   * Describe what is happening
     6   * Why it is happening
     7   * Define each parameter