Team-Pharos / FEC_Lighthouse

0 stars 5 forks source link

This line does a lot and the meaning gets lost to those viewing it #102

Open KKranzfelder opened 2 years ago

KKranzfelder commented 2 years ago

https://github.com/Team-Pharos/FEC_Lighthouse/blob/47b9ec0dc4d9036de296df743ecc2f592ea5d160/src/components/Overview/AddToCart.jsx#L61

Description:

Line 61 of FEC_Lighthouse/components/Overview/AddToCart.jsx is very condensed and complicated with not much explanation.

This line is doing a lot of work. I think breaking up the steps a bit and making each step a bit more identifiable would be really beneficial for future code reviews.

Files

FEC_Lighthouse/components/Overview/AddToCart.jsx

Tasks

One route of going about this may be: