Update Home

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

@ -27,3 +27,4 @@ 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`)