Quantcast
Channel: feed2exec:87b91011fe7d17703a455cbed6f5eda8be761186 commits
Viewing all articles
Browse latest Browse all 40

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

$
0
0
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 all articles
Browse latest Browse all 40

Trending Articles