|
|
|
|
|
by federico3
3803 days ago
|
|
Actually, VariableName != variable_name You can write ClassesLikePython and variables_like_python in Nim. Sometimes people end up having dangerously similar variable names in the same scope, e.g. username and user_name, where an incorrect tab-completion might introduce a bug.
Nim would require the developer to choose better names. |
|