First page Back Continue Last page Overview Graphics

Coding standards

  • Every class should have at least one constructor and a destructor

  • Use of private/protected, inline functions

  • Avoid global variables or functions

  • No hard-coded numbers. Use of constants (const)

  • Use StType types


    Notes: