Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immutable payloads #27

Open
tlaundal opened this issue Nov 6, 2019 · 0 comments
Open

Immutable payloads #27

tlaundal opened this issue Nov 6, 2019 · 0 comments
Labels
Blocked by Ardoq Stuff that is blocked by the cost of implementing them in Ardoq

Comments

@tlaundal
Copy link
Contributor

tlaundal commented Nov 6, 2019

To help users of RxBeach ensure functional style in their streams, it would be nice to have the payloads be completely immutable, by both recursively defining them as readonly and protecting them with Object.freeze and/or Object.defineProperty(... writable: false}).

This issue is a successor of #21, and already implemented in #25, but is blocked by implementation cost in Ardoq front.

@tlaundal tlaundal added the Blocked by Ardoq Stuff that is blocked by the cost of implementing them in Ardoq label Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked by Ardoq Stuff that is blocked by the cost of implementing them in Ardoq
Projects
None yet
Development

No branches or pull requests

1 participant