1,072
edits
m (→Function names) |
m (→Naming) |
||
Line 115: | Line 115: | ||
== Naming == | == Naming == | ||
Use lowercase names if possible. Uppercase is acceptable for variable names consisting of 1-2 letters. Do not use mixed case names. | Use lowercase names if possible. Uppercase is acceptable for variable names consisting of 1-2 letters. Do not use mixed case (a.k.a. CamelCase) names. | ||
Function names must be lowercase. Function names are global, so choose them wisely. | Function names must be lowercase. Function names are global, so choose them wisely. |
edits