GEOS icon indicating copy to clipboard operation
GEOS copied to clipboard

Enforce consistent usage of PascalCase in files and classes

Open sytuannguyen opened this issue 3 years ago • 0 comments

Most Files/Classes follow PascalCase naming convention (e.g. ConstitutiveBase.hpp) but not all. Below is a list of some exceptions

  • capillaryPressure/layouts.hpp
  • fluid/multiFluidSelector.hpp
  • elementFormulations/H1_Hexahedron_Lagrange1_GaussLegendre2.hpp (_ should be removed in this case)
  • ...

This is just some examples, but there are many of them. These exceptions should be corrected to make the code more coherent.

sytuannguyen avatar Jul 16 '21 14:07 sytuannguyen