wiki:ControlSystems/SoftwareTeam/CodingConventions

Version 2 (modified by ruttamsingh, 7 years ago) (diff)

--

Coding Conventions

  • shift-ctrl-F (auto-format)
  • Make comments often about WHY, not what, you are doing
  • Javadocs for EVERY SINGLE METHOD you have made
    • What it does
    • Why it is happening
    • Define each parameter