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.
↧