Open krishnakumarg1984 opened 1 year ago
It looks like res
is not used after the loop or returned from the function so could we rename the outer declaration to initial_res
or something similar?
@SJaffa It's unclear to me what this function is doing. Could you please see if the rename breaks the building?
Variable
res
is declared here, and then shadowed within the loop again here.