mzrimsek / track-my-playtime

A time tracking app for video games.
https://trackmyplaytime.com
MIT License
4 stars 3 forks source link

Refactor root reducers to move selectors to separate files #193

Open mzrimsek opened 4 years ago

mzrimsek commented 4 years ago

These root reducers have a lot of stuff in them in terms of logic for selectors. Breaking them out would make them more readable both for the selectors themselves and their tests. Having them in a selectors folder would also ease discoverability.