For readability the loop has to be short, so it is not really a problem, and it is also clear the iterated variable.
Long loops where the iterated variable is called far from the loop are anyway very bad for readability. There is a much worse problem in that code than i and j
For readability the loop has to be short, so it is not really a problem, and it is also clear the iterated variable.
Long loops where the iterated variable is called far from the loop are anyway very bad for readability. There is a much worse problem in that code than i and j