cpp_Math

MASTER DEV
Build Status Build Status

Name-conventions

  • classes and variables start uppercased
  • class members with trailing underscore
  • function-parameters lowercased
  • never use leading underscore

General conventions

  • praise Simon, he realy needs it ;)

Code conventions

  • don't use "using namespace", namespace of single classes in a namespace are ok though

Layout-conventions

  • intendation: 4 spaces, fuck tabs
  • end all documents with an empty line

Git-conventions

  • branch, develop, push, pullrequest, codereview, rebase