ww5 created page: build instructions authored by Wieselquist, William's avatar Wieselquist, William
# ORIGEN naming convention # ORIGEN naming convention
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
## C++ example class ## C++ example class
... ...
......