clarified camelCase usage
This commit is contained in:
@@ -153,6 +153,7 @@ Only use single-quotes when the string contains double-quotes that would need to
|
|||||||
|
|
||||||
## Capitalization
|
## Capitalization
|
||||||
Do not use camelCase for variable or function names! Use under_score naming.
|
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
|
## Aligning variable assignments
|
||||||
In case you have multiple variable assignments, align the equals sign:
|
In case you have multiple variable assignments, align the equals sign:
|
||||||
|
|||||||
Reference in New Issue
Block a user