|
|
|
|
|
by mehrdadn
2420 days ago
|
|
> Its difficult to read and understand code that does things like myvalue = myValue. I think they made the right tradeoff They could enforce case consistency instead of case insensitivity if that's the problem they're trying to solve, though. Although, even then, consider that variables like 'inform' and 'inForm' might not mean the same thing... |
|
Except you can't because Nim also ignores underscores in identifiers. Gotta make sure there is literally no way to disambiguate cases like this!
(I _want_ to like Nim but this single decision seems to me so spectacularly bad that it's a non-starter.)