Skip to content

Coding Standards

Theo Ruefli edited this page May 21, 2026 · 41 revisions

Naming Conventions

Variables: camelCase

var exampleVariable

Constants: ALL_CAPS

const EXAMPLE_CONSTANT

Clone this wiki locally