you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago*

Usually variables like that can be avoided with itterators nowadays. If they can’t I like to use idx, if they are nested I name them after what they index, like idx_rows, idx_cols.

  • source