Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 228 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 228 Bytes

Please use the .clang-format file provided to keep the format consistent.

Variable Prefixes

  • _ For private variables.
  • m For member variables.
  • i/o/io To indicate if argument variable is input, output or both