bigwheels icon indicating copy to clipboard operation
bigwheels copied to clipboard

Update C++ style guide reference

Open apazylbe opened this issue 1 year ago • 1 comments

The contributing page advises contributors to make sure that the code "follows the Google C++ Style Guide." We currently don't follow the Google style guide. We should probably remove the reference and document the style guide we want to follow, and update .clang-format if necessary

apazylbe avatar Apr 26 '23 18:04 apazylbe

We should consider having a .clang-tidy so we can automatically check the naming convention. The pPointer, mMember and kConstant stuff still trips me over all the time.

hysw avatar May 10 '23 15:05 hysw