datalib / libextract

Extract data from websites using basic statistical magic
MIT License
504 stars 45 forks source link

New architecture #31

Closed rodricios closed 9 years ago

eugene-eeo commented 9 years ago

Might seem like a bummer but what about flowlib integration? Also a dependency injection framework called injector could be integrated as well, it looks really nice to me and we can cut down on writing our own implementation.

rodricios commented 9 years ago

Can you describe where injector would be used? Also, I'm all for integrating flowlib, but let's work on that once this branch is merged - it would be a pretty big jump between versions if not.

eugene-eeo commented 9 years ago

:+1: injector (could) be packaged alongside with libextract so that users can do dependency injection, i.e. so they don't have to throw closures everywhere and can test their functions nicely.

rodricios commented 9 years ago

Great, I'm simplifying the README, push, then merge, and we can get to working on a next release.

rodricios commented 9 years ago

Awesome, merging now.