Open michaelKurowski opened 7 years ago
https://github.com/Lukasz-Semik/cash-organizer/blob/80172dbca7300976928c065acc55a32c57a762f0/app/src/actions/dataActions.js#L11-L63
This chunk of code is way too long. Split it into smaller functions. Also startTakeDbDate is a little bit odd name.
This file has to be split to the smaller ones. Agreed
Not only split into files, but that function is too long, and too nested.
https://github.com/Lukasz-Semik/cash-organizer/blob/80172dbca7300976928c065acc55a32c57a762f0/app/src/actions/dataActions.js#L11-L63
This chunk of code is way too long. Split it into smaller functions. Also startTakeDbDate is a little bit odd name.