kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
27 stars 0 forks source link

Reconsider where to use `CamelCase` #568

Open niklas-uhl opened 1 year ago

niklas-uhl commented 1 year ago

We should reconsider our policy for naming things. Our style guide enforces CamelCase for all classes and structs, but at least for enums, this looks off in the context of method calls. We are also currently not very consistent.

          I know, but we already violate this policy in some other places. Maybe something to discuss in person, I'll raise an issue.

_Originally posted by @niklas-uhl in https://github.com/kamping-site/kamping/pull/566#discussion_r1343533156_