Comment on Don't let dicts spoil your code (2020)parentComments−BurningFrog4yWhenever you use the same string key in different parts of the code, you take one more step on the Legacy Code Road...I still walk that road sometimes, but not for very long.
Comments
Whenever you use the same string key in different parts of the code, you take one more step on the Legacy Code Road...
I still walk that road sometimes, but not for very long.