Browse Source

Merge pull request #1098 from micro-machine/master

Clarify what is meant by CamelCase
patch-2
Esteban Ordano 10 years ago
parent
commit
67e4a724e8
  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