|
|
|
|
|
by lolinder
498 days ago
|
|
It's not just the naming things, it's also what you do after you've named them—if you can't shadow a name then you are stuck both coming up with new names and sifting through all the existing names in your autocomplete to try to remember which one is the real one at this point in the code. Get it wrong? There's a bug. That's not a fake problem, it's a problem I've actually run into on a regular basis on languages that don't have shadowing. |
|