Update Home
parent
62f64b60c2
commit
d7eabde719
1 changed files with 2 additions and 1 deletions
3
Home.md
3
Home.md
|
@ -26,4 +26,5 @@ Its formatted as a list of rules to make it somewhat easier to read and understa
|
|||
- `val/value` as a name should be avoided unless used in a generic setting, or in small scopes
|
||||
- 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*
|
||||
*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`)
|
Loading…
Add table
Reference in a new issue