asm89 / Rx.PHP

Reactive extensions for PHP.
MIT License
205 stars 24 forks source link

Replace select and selectMany with map and flatMap #10

Closed davidwdan closed 8 years ago

davidwdan commented 8 years ago

Every other implementation of Rx, other than RxNet, is now using map and flatMap. We should probably consider changing it or at least making an alias.

cboden commented 8 years ago

:+1:

asm89 commented 8 years ago

:+1:

Let's rename and make the reverse alias, indicating that map and flatMap are preferred.