Tagged Questions
10
votes
12answers
1k views
Don't monkey with the loop index
One of Steve McConnell's checklist items (pdf) is that you should not monkey with the loop index.
This makes intuitive sense and is a practice I've always followed except maybe as I learned how to ...