Skip to content

Coding Guidelines

Samanyou Garg edited this page Dec 31, 2019 · 1 revision

Indentation

We use spaces.

Python

TBD

JavaScript

Names

  • Use PascalCase for type names
  • Use PascalCase for enum values
  • Use camelCase for function and method names
  • Use camelCase for property names and local variables
  • Use whole words in names when possible

HTML

TBD

CSS

TBD

Clone this wiki locally