What is an ideal variable naming convention for loop variables?

Posted by just mike on Stack Overflow See other posts from Stack Overflow or by just mike
Published on 2008-09-19T10:55:32Z Indexed on 2010/05/10 10:14 UTC
Read the original article Hit count: 262

If you are writing a simple little loop, what should you name the counter?

Provide example loops!

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about language-agnostic