You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
factor out common code from solve_task_instance and give_up_task_instance
factor out common code from increase_[started|given_up|solved]_count (maybe just one function with partial application in the stats reducer)
(maybe even creating/updating entities)
Related question: how to organize/split reducers.py? different pieces: top reducers, delegated functions (by actions, by substate - 2 orthogonal criteria), WORLD_REDUCER (with combine reducers).
The text was updated successfully, but these errors were encountered:
solve_task_instance
andgive_up_task_instance
increase_[started|given_up|solved]_count
(maybe just one function with partial application in the stats reducer)Related question: how to organize/split
reducers.py
? different pieces: top reducers, delegated functions (by actions, by substate - 2 orthogonal criteria),WORLD_REDUCER
(with combine reducers).The text was updated successfully, but these errors were encountered: