Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 448 Bytes

STYLE.md

File metadata and controls

10 lines (8 loc) · 448 Bytes

DRAFT

General Style

Function, Method, Class, and Namespaces

  • Functions, methods, classes, and namespaces MUST use camelCased names.
  • In the instance of an acronym it MUST be converted to lower case.