Don't use dicts so much
Posted on Fri, 09 Sep 2016 in Python • Tagged with python, dict, rest
Python developers tend to use dicts too much. Mainly I tell about pass data through application as dicts not objects. It's a bad design witch causes many problems.
Continue reading