1
edit
Changes
→Coding standards
|}
== Coding standards ==
=== Using Comments ===
*Only using /* */ to comments, // is not allowed to comments.
=== Defining variables ===
* Do not create variables that are never use
* create a variable in one line
=== Using indent ===
*Two spaces for indent
== External links ==