The following constructs should be named using the _lowerCamelCase_ format: - [x] method and selector names ``` swift func someMethod() { // method definition goes here } ``` - [x] variable names ``` swift var someVariable = someValue ```