Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Make sure all reducers are immutable #36

Open
effa opened this issue Aug 28, 2016 · 0 comments
Open

Make sure all reducers are immutable #36

effa opened this issue Aug 28, 2016 · 0 comments
Labels
Milestone

Comments

@effa
Copy link
Member

effa commented Aug 28, 2016

Do we need immutability? If so, what is the best approach to make reducers working with lazy state immutable? Currently we are using ChainMap, which has several drawbacks. Should we consider a 3rd party library for immutable types (and namedtuples)? Or should we allow for impurere reducers? (Generally it's a question of immutable vs. Pythonic...)

@effa effa added the question label Aug 28, 2016
@effa effa added this to the Next tasks milestone Aug 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant