1
edit
Changes
→Member List
|-
[[Category:OOP344]]
== Coding standards ==
=== Using Comments ===
*Only using /* */ to comments, // is not allowed to comments.
=== Defining variables ===
* Avoid using too many variables.
* Declare each variables seperately.
=== Using indent ===
*Two spaces for indent