Skip to content
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
@effa

Description

@effa

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...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions