Skip to content
praeclarum edited this page Jul 10, 2012 · 4 revisions

How to Contribute

Code Formatting

  • Use Tabs aligned to 4 characters
  • All Members are PascalCase except for private fields are camelCase with a leading _
  • Curly braces go on the same line of the statement needing them except Namespaces, Classes, and Method definitions get them on the next line.
Clone this wiki locally