cujojs / most

Ultra-high performance reactive programming
MIT License
3.49k stars 206 forks source link

Consider renaming `ap` to `applyTo` #4

Closed briancavalier closed 10 years ago

briancavalier commented 10 years ago

The name ap, while it's very short and matches the fantasy-land proposal, doesn't help with learnability or readability, imho. A better name might be applyTo, since that's what it does: it takes a stream of functions and applies them to a stream of values.

briancavalier commented 10 years ago

Let's stick with ap until we have a really compelling reason not to.