bs-rx icon indicating copy to clipboard operation
bs-rx copied to clipboard

Operators should be namespaced

Open hanrelan opened this issue 5 years ago • 1 comments

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?

hanrelan avatar Jan 07 '20 06:01 hanrelan

@hanrelan Yes. They should be. I just kept it like that since namespace was not the the default behavior when I started building it. I intend to change it when I resume my work on these bindings.

mistyharsh avatar Jan 19 '20 12:01 mistyharsh