Tagged Questions

19
votes
28answers
2k views

what is an ideal variable naming convention for loop variables?

if you are writing a simple little loop, what should you name the counter? provide example loops!
4
votes
5answers
256 views

How do you maintain your program vocabulary?

In a not-so-small program, when you have not-so-few entities, in order to maintain code readability, common terms, and otherwise improve mutual understanding between team members, one have to define …