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

ImmutableDict.update is different from standard #4

Open
jruere opened this issue Dec 8, 2014 · 0 comments
Open

ImmutableDict.update is different from standard #4

jruere opened this issue Dec 8, 2014 · 0 comments

Comments

@jruere
Copy link
Contributor

jruere commented Dec 8, 2014

Using the same method but changing the semantics is very error prone.

It means that an immutable dict cannot just be used and see if it works because data may be being discarded unexpectedly.

It should be renamed to something else. Perhaps "updated", like there is sorted vs list.sort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant