Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 773 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 773 Bytes

Contributing

These guidelines are to make sure style conforms across the project.

Naming

Data Naming Style
Variables snake_case
Functions camelBack
Classes CamelCase
Class private member variables trailing_underscore_

References

  1. Tables Generator, Markdown Tables Generator - TablesGenerator.com, https://www.tablesgenerator.com/markdown_tables
  2. Google, Google C++ Style Guide, https://google.github.io/styleguide/cppguide.html
  3. Clang, Clang-Tidy, https://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html