Quantcast
Channel: feed2exec:c3b4db038edda84f2331492e3424e2cfd2854d70 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