Keep it Simple
Loops with more than one controlling variable are very hard to understand and walk through. You can usually find another way to rewrite the loop so that you don’t have to use more than one controlling variable.
Don’t make your code any more complicated than it has to be!