Skip to content

Coding Standards

Connor Fong edited this page Jan 12, 2019 · 2 revisions

All pull-requests should follow their project specific coding guidelines before they are merged.

Client

  • Use 2 spaces for indentation
  • Single quotes

Server

  • Use 4 spaces for indentation
  • Double quotes

General

  • Use semicolons
  • Functions: camelCase, Variables: camelCase, Components & Classes: PascalCase

Directory/File Names

  • Folder names are either single word lowercase or snake_case for multiple words
Clone this wiki locally