Menu

Coding rules

Romain Dalmais
  • General
    • The constante must be written in majuscule (Ex: TICK)
    • The local variable must begin with the type (Ex: ucTableIndex)
  • Class
    • The class must begin with a C (Ex: CObject)
    • The methode must be written in minuscule (Ex: getData())
    • The attribute member begin by m (Ex: mGravityCenter)

Related

Wiki: Development stuff

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.