Closed kickbelldev closed 2 months ago
I've made improvements to the react-query package by applying the early return/continue pattern to reduce nested if statements and if-else constructs.
it’s subjective, but I don’t think negated conditions and continue statements make the code any more readable.
I've made improvements to the react-query package by applying the early return/continue pattern to reduce nested if statements and if-else constructs.