Gozala / reducers

Library for higher-order manipulation of collections
MIT License
181 stars 8 forks source link

Remove dependency on eventuals #28

Closed Gozala closed 11 years ago

Gozala commented 11 years ago

At the moment reducers depend on eventuals and watchables:

https://github.com/Gozala/reducers/blob/master/package.json#L31-L32

But only thing that makes use of it is fold just to return eventual for the accumulated value. With #26 fold will no longer propagate errors so just returning a reducible instead of promise would likely be enough, that will also greatly simplify the whole thing, specially dependency graph!

Gozala commented 11 years ago

Fixed by #31