quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Working with json correctly #77

Closed IuryAlves closed 8 years ago

IuryAlves commented 9 years ago

Believe me . I've already see python code that doesn't use json.load/json.dump to work with files. I don't know if this file should be in "Correctness", "Readability" or "Performance"

programmdesign commented 8 years ago

Sweet! Will be online with the next deployment. Thanks a lot!