BLT/design.txt

5 lines
258 B
Plaintext
Raw Normal View History

//Utility classes start with captials (IE classes which are purely static)
Utility classes are namespaces all lower case.
2022-12-26 00:34:48 -05:00
everything else is camel cased underscore to conform to what most of the C libs seem to use
Template types should be capital camel case