summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-16 00:38:15 +0200
committerjomo <github@jomo.tv>2014-07-16 00:38:15 +0200
commit53519b0901629c90a622b6fe5f183035cd72a97e (patch)
tree4a53c9638a3e0cdd375ff4cb6abad2306cc43688 /README.md
parentd9b8252ab16f3799b3c5fba15ab1ee8f7572dd0b (diff)
clarified camelCase usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f374a7..adc04ab 100644
--- a/README.md
+++ b/README.md
@@ -153,6 +153,7 @@ Only use single-quotes when the string contains double-quotes that would need to
## Capitalization
Do not use camelCase for variable or function names! Use under_score naming.
+camelCase is okay when used like `import foo.bar.camelCase as camelCase`.
## Aligning variable assignments
In case you have multiple variable assignments, align the equals sign: