1
edit
Changes
→Coding Rules
* Use Safegaurd for header files with the format of _OOP_FILENAME_H_
* Data members in any classes start with underscore(_)
* Use Capital letter for the second (third, forth, ...) word of variables with compound words
* Use meaningfully variable names
* Use 3 spaces for indentation