Closed keien closed 10 years ago
We should leave it in app, it doesn't really make sense to have it anywhere else. An option we can consider is moving the pipeline into app/wordseer/pipeline
since it's so integrated now that it doesn't really make sense to leave it in lib anymore, plus it'll make imports and tests easier.
Yes, that's a good idea.
Let's finish up all the merges first and then we can do that, unless you'd rather just take care of it now?
No, let's finish the merging first.
Where should the models live? Now they live inside
app
, but they're used outside ofapp
as well, so things are getting trickier...