Skip to content

Commit

Permalink
Use camel case over snake case for readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Mar 24, 2016
1 parent 222af84 commit 4a02ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/coffeescript/README.md
Original file line number Diff line number Diff line change
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 4a02ba8

Please sign in to comment.