Browse Source

Clarify what is meant by CamelCase

The documentation referred to "CamelCase" meaning "upper camel case".  Since the term "camel case" generally means "lower camel case" if "upper" or "lower" is not stated, this could be confusing.  While the example following the instruction clarifies the meaning, I think it is even more clear to specify "UpperCamelCase".
patch-2
Mike C 10 years ago
parent
commit
3da27b43d3
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -71,7 +71,7 @@ Write a `.inspect()` method so an instance can be easily debugged in the console
#### G6 - Naming Utility Namespaces
Name them in CamelCase, as they are namespaces.
Name them in UpperCamelCase, as they are namespaces.
DO:
```javascript

Loading…
Cancel
Save