These guidelines are to make sure style conforms across the project.
Data | Naming Style |
---|---|
Variables | snake_case |
Functions | camelBack |
Classes | CamelCase |
Class private member variables | trailing_underscore_ |
- Tables Generator, Markdown Tables Generator - TablesGenerator.com, https://www.tablesgenerator.com/markdown_tables
- Google, Google C++ Style Guide, https://google.github.io/styleguide/cppguide.html
- Clang, Clang-Tidy, https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html