breakfast-mimes / cyber-mimes

MIT License
0 stars 2 forks source link

Reducer Style #103

Open jmichelin opened 8 years ago

jmichelin commented 8 years ago

You are using react/redux making the following impossible.

Avoid use of switch statements altogether. They are hard to outdent using the standard whitespace rules above, and are prone to error due to missing break statements. See this article for more detail.

alexwade13 commented 8 years ago

So what are we supposed to use instead of a switch statement?