The cluestick tag has no wiki summary.
11
votes
11answers
1k views
C# - Don't monkey with the loop index
One of Steve McConnell's checklist items is that you should not monkey with the loop index (Chapter 16, page 25, Loop Indexes, PDF format).
This makes intuitive sense and is a practice I've always ...
6
votes
8answers
491 views
How to Report Bugs the Smart Way [closed]
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?