Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 345 Bytes

If in any case you want to contribute to this repo, please consider following this code-style:

  • 4 spaces instead of Tabs
  • snake_case variables
  • Fixed size types
  • Comments in case of one-line changes
  • Javadoc-like comments in headers if case of adding new functional
  • const types for pointers in no change of underlying memory will be made