bs-rx
bs-rx copied to clipboard
Operators should be namespaced
Since the Operators
module isn't namespaced, it conflicts with any other modules called Operators in the project (I happen to have one in mine).
I think it might be more ergonomic if it were called Rx_Operators
and then a module Operators = Rx_Operators
was added to the Rx
module?