tsers-js / core

Transform-Signal-Executor framework for Reactive Streams
MIT License
145 stars 4 forks source link

Rename compose and decompose #6

Closed milankinen closed 8 years ago

milankinen commented 8 years ago

@brucou pointed out that signal processing alternatives to compose and decompose are multiplex and demultiplex.

This sounds good. At least we can create aliases to those and perhaps finally remove the original names completely.

How about shortening the names to mux and demux?

milankinen commented 8 years ago

Renamed to mux and demux in 1.0.0 release