Quantcast
Channel: feed2exec:2a675780889a7fada8137b2cd2097a0994c1d443 commits
Viewing all articles
Browse latest Browse all 39

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 39

Trending Articles