We chose to abide by the following coding style rules.
- All classes are contained in the EchoBay namespace
- Numeric variables are defined in the
EigenConfig.hpp
file - Names representing classes must be in Pascal case:
Reservoir
- Variables must be in camel case:
myVariable
, method names must be in lower case, using underscores to separate words:my_method()
- Protected variables start with an underscore