Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use camel case over snake case for readme example
  • Loading branch information
ezekg authored and geoffharcourt committed Jan 12, 2017
1 parent 0b959f6 commit c06cb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/coffeescript/README.md
Expand Up @@ -14,7 +14,7 @@ CoffeeScript
* Prefer double quotes.
* Use hyphen-separated filenames, such as `coffee-script.coffee`.
* Use `PascalCase` for classes, `lowerCamelCase` for variables and functions,
`SCREAMING_SNAKE_CASE` for constants, `_single_leading_underscore` for
`SCREAMING_SNAKE_CASE` for constants, `_singleLeadingUnderscore` for
private variables and functions.
* Use zero spaces before and one space after the colon in a colon assignment
(i.e. classes, objects).

0 comments on commit c06cb39

Please sign in to comment.