- Follow camel case for variable and method names.
- Follow pascal case (camel case with first letter capitalised) for class names.
- Give short, meaningful names.
- Indent code with 4 spaces.
- Give spaces around binary operators.
- Give space between
if,while,foretc and their condition parenthesis. - Braces start from same line as declaration, end in a new line.
This repository was archived by the owner on Nov 18, 2019. It is now read-only.