1
edit
Changes
→Comments
=== Comments ===
* comment above function definition (summarize function)
* comment beside function declaration(very brief description)
* comment complex code
=== Variable Naming ===
* camel case with first letter lowercase in both variables and methods: int numCounter;