Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 212 Bytes

File metadata and controls

10 lines (6 loc) · 212 Bytes

Coding Style

Variable naming

  • Variables always start with a lowercase after the "m_".
  • private or protected variables start with a "m_"

Function/Methode naming

  • they alsways start with a lowercase