Comment on Don't let dicts spoil your code (2020)Comments−K0balt4yI don’t usually write software in python, but when I do I try not to end up with a bag of dicts.There are better ways to structure data for otherwise reusable functions.
Comments
I don’t usually write software in python, but when I do I try not to end up with a bag of dicts.
There are better ways to structure data for otherwise reusable functions.