Skip to content

Commit

Permalink
Merge pull request #319 from raywenderlich/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
rcritz committed Mar 2, 2020
2 parents 8805783 + 8ed64c1 commit c01c0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -64,8 +64,8 @@ Descriptive and consistent naming makes software easier to read and understand.

- striving for clarity at the call site
- prioritizing clarity over brevity
- using camel case (not snake case)
- using uppercase for types (and protocols), lowercase for everything else
- using `camelCase` (not `snake_case`)
- using `UpperCamelCase` for types and protocols, `lowerCamelCase` for everything else
- including all needed words while omitting needless words
- using names based on roles, not types
- sometimes compensating for weak type information
Expand Down

0 comments on commit c01c0f9

Please sign in to comment.