mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-12 21:08:40 +00:00
441 B
441 B
Code Standards
The following code standard is enforced in order to make it easier to update and maintain implementations.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
The term "class" refers to all classes, interfaces, and traits.
Indention
The default indention MUST be 4 spaces.