Changes

Jump to: navigation, search

Team S - OOP344 20133

26 bytes added, 21:47, 17 October 2013
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;

Navigation menu