Version 2 (modified by 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
Version 2 (modified by 7 years ago) (diff) | ,
---|