2023-01-23 17:52:32 -05:00
|
|
|
Utility classes are namespaces all lower case.
|
2023-01-27 00:49:44 -05:00
|
|
|
standard classes are Camel Cased.
|
|
|
|
data structure classes are snake cased. (to conform to what most of the C libs seem to use)
|
|
|
|
Template types should be capital snake case
|