mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-16 22:48:41 +00:00
12 lines
441 B
Markdown
12 lines
441 B
Markdown
# 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.
|