The ORIGEN naming convention is basically ``CamelCase`` for classes and ``snake_case`` for everything else. There are some notable exceptions
The ORIGEN naming convention is basically ``CamelCase`` for classes and ``snake_case`` for everything else. There are some notable exceptions and these are basically to allow the programmer to more easily differentiate between some functions. For example, for functions which are not bound to any class