Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Conventions

itevie edited this page Aug 24, 2023 · 1 revision

Naming conventions

  • All abbreviations (e.g. URL) are kept capital e.g. HTTPServerURL

Casing

All names are in camelCase unless:

  • The name is for a class, enum, struct, package etc. then it is PascalCase
  • The name is reserved (e.g. string) then it will be prefixed with an underscore: _string
Clone this wiki locally