Tagged Questions
The cluestick tag has no wiki summary.
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 ...
6
votes
8answers
398 views
How to Report Bugs the Smart Way
I want to write (or find) a guide to effective bug reporting in a style similar to ESR's How To Ask Questions The Smart Way
What are your top tips for effective bug reports?