Changes

Jump to: navigation, search

OOP344 - HOTYS - 20102

82 bytes added, 16:37, 23 May 2010
Coding Style Rules: v5 more rules added
Function names should have meaningful names (they do not require prefix)
Function names Should be all lower case except for the First letter of each Word.
Each function should have only one point of entry and one point of exit.
I.E. There should be only 1 return statement in each function.
1
edit

Navigation menu