Coding conventions
If you want your source to be taken seriously, it would be a good idea to follow these conventions closely.
- Do not use camelCase, use an underscore (_) instead for your function and variable names
- Use 4 spaces for indentation. Do not use Tabs.
- Always use the latest source
- Use // for single line comments, use /* */ for block comments