Lukasz-Semik / cash-organizer

Small app helping organize expenses. Technology stack: ReactJS, Redux, Webpack, Firebase, SCSS
1 stars 0 forks source link

Verbose code between cases in switch statement #5

Open michaelKurowski opened 6 years ago

michaelKurowski commented 6 years ago

https://github.com/Lukasz-Semik/cash-organizer/blob/80172dbca7300976928c065acc55a32c57a762f0/app/src/reducers/dataReducer.js#L11-L74

Please avoid placing big chunks of code inside case statements, encapsulate them into functions, and then just invoke them.

Lukasz-Semik commented 6 years ago

Ok :)