Coding Standards - ThindAmrit17/Battleship GitHub Wiki
Naming Convention
We will be use camelCase for variables, UpperCamelCase for functions/methods/procedures, and UPPERCASE for constants.
Layout & Indentation
We will use 4-space-length tabs. One statement and/or declaration per line.
Code Documentation
We will use XML-format comments for function/module summaries, and short inline comments for code that requires explanation.