Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 309 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 309 Bytes

FIRST Power Up 2018

Naming conventions

  • Member variables: start with ‘m_’ followed by camelCase form (e.g. m_thisIsAMemberVariable)
  • Constants: start with ‘k’ followed by PascalCase form (e.g. kThisIsAConstant)
  • Ports (RobotMap): same as constants followed by 'ID' (e.g. kLeftMasterTalonID)