1. Naming and declaration rules for variables and functions. 1. Rules for the use of white space, indentation, and comments. 4. Do not use under_scores in variable, constants, function arguments or ...
Do use camelCasing for variable and function arguments names; Do use PascalCasing for function names and global variable; Constants (like PI) written in UPPERCASE; Do not use under_scores in variable, ...