Update Home
parent
d7eabde719
commit
6dc2129545
1 changed files with 8 additions and 1 deletions
9
Home.md
9
Home.md
|
@ -27,4 +27,11 @@ Its formatted as a list of rules to make it somewhat easier to read and understa
|
|||
- Namespaces should use `PascalCase`
|
||||
- Namespaces should be used instead of prefixes
|
||||
*Prefixes may only be used if the names of objects are very generic or overlap with corlib types*
|
||||
- Defines use a screaming case with underscores (`A_THING_IS_HERE`)
|
||||
- Defines use a screaming case with underscores (`A_THING_IS_HERE`)
|
||||
|
||||
<hr>
|
||||
|
||||
#### Formatting
|
||||
- Indentation uses tabs
|
||||
- Preprocessor instructions have no indentation infront of them
|
||||
- Curly brackets go onto a new line
|
Loading…
Add table
Reference in a new issue