-
Notifications
You must be signed in to change notification settings - Fork 170
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
Mutable collections #1008
Comments
@llorllale/z please, pay attention to this issue |
@Iprogrammerr I think envelopes must be orthogonal to immutability principle (#947). |
@wladyan I agree. I propose to refactor CollectionEnvelope so that it does not care about immutability as described in #947. We then could add ImmutableCollection decorator that will work in the same manner as CollectionEnvelope is right now. I am willing to do that. @llorllale WDYT? |
@Iprogrammerr this is a duplicate of #947 |
Job |
This job is not in scope |
We should create MutableCollectionEnvelope. Objects immutability is our core principle, but I think that mutability of collections is something different and it is often the case that we need them (#898).
The text was updated successfully, but these errors were encountered: