Slide 28
Slide 28 text
“Problem” with Single Action
Only Single Action at the time:
• Prevent may common coding patterns
• Solution not always obvious
BUT: Flux was always right in my experience!
Helpful question to ask:
“If I add this, is it still easy to write contained tests?”
“Create smaller actions and dispatch them sequential?”
Take it as a sign that you try
to build a part in your app
that is not modular!