Quantcast
Viewing latest article 2
Browse Latest Browse All 39

split large feeds.py into model.py and controller.py

This rearchitecture seems to make sense to me. I would like to keep those files smaller and that naming will force me to follow that model/controller distinction more clearly. Already, the parse/fetch stuff is more "controller" than "model", but I have to start somewhere. I also want to implement caching here (#10) so this will make more sense as more code will be added to model.py, while keeping the controller separate. This is an API breaking change.

Viewing latest article 2
Browse Latest Browse All 39

Trending Articles