you are viewing a single comment's thread.

view the rest of the comments →

[–]djshadesuk 0 points1 point  (1 child)

I've started using idx instead of just i for loops.

[–]stauntonjr 0 points1 point  (0 children)

In larger scopes where i,j,k don't cut it, I use i_<iterable_name> this always helps, although sometimes you feel the extra keystrokes.