You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we decide on a specific code style, I guess it makes sense to add contribution guidelines to the project.
This is desirable in any case, but more so, if there are clear guidelines people (us included) can follow, if they wish to contribute.
Currently, the code style is an arbitrary mix of camel case and snake case.
General
Apply clang-tidy to enforce proper naming conventions, see clang-tidy identifier naming.
Style
A good style seems to be Googles configuration (with some modifications), see Google cloud cpp clang-tidy:
Modifications
_
->m_
camelCase
TODO
The text was updated successfully, but these errors were encountered: