kefirjs / kefir

A Reactive Programming library for JavaScript
https://kefirjs.github.io/kefir/
MIT License
1.87k stars 97 forks source link

remove support of "array functions" #19

Closed rpominov closed 9 years ago

rpominov commented 9 years ago

I am thinking of removing support of special form of callbacks "array functions". It should simplify lib code and improve performance a bit. Probably no one ever used them anyway except for me :)

Any thoughts on the subject?

rpominov commented 9 years ago

Well, it's happening https://github.com/pozadi/kefir/pull/20