Coding conventions

From The Powder Toy
Revision as of 19:47, 28 September 2011 by Simon (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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