This repository was archived by the owner on Jan 22, 2022. It is now read-only.
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
Make sure all reducers are immutable #36
Open
Description
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...)