clarified camelCase usage

This commit is contained in:
jomo
2014-07-16 00:38:15 +02:00
parent 65c3bb1371
commit 433b2d3bbb

View File

@@ -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: