Gozala / reducers

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

Consider making passback part of reducers itself. #52

Open Raynos opened 11 years ago

Raynos commented 11 years ago

This allows you to tell people that aren't comfortable with fold or any of the other primitives that they can always passback(source, Array, function (err, results) { ... }) which would make the learning curve less harsh.