Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 162 Bytes

File metadata and controls

11 lines (6 loc) · 162 Bytes

Style Guide

Functions

All static functions to be camelCase

All extern functions to be CapitalCase

Variables

All variable names to be underscore_case