How community currently handles reducer readability #2143
acosmicflamingo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Because reducers are a single entry-point, the number of lines in a reducer body can get quite large! Is there anything anyone has done that has been helpful for ensuring that their reducers are readable (e.g. utilizing Xcode markup like
// MARK: View Actions
in the reducer)?Beta Was this translation helpful? Give feedback.
All reactions