## Common Rule ### LowerCamel case Variables and functions start with lower camel case. e.g. ```cpp int myName = 0; void doSomething(int argNum1); ```