Update Home

Booklordofthedings 2025-03-07 13:32:59 +01:00
parent 62f64b60c2
commit d7eabde719

@ -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`)