Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/CodingConventions
- Timestamp:
- Feb 4, 2018, 10:52:05 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/CodingConventions
v1 v2 3 3 * Make comments often about WHY, not what, you are doing 4 4 * Javadocs for EVERY SINGLE METHOD you have made 5 * Describe what is happening5 * What it does 6 6 * Why it is happening 7 7 * Define each parameter