Rules to Better Code Commenting
- Comments - Do you follow the code commenting standards?
- Comments - Do you know what to do with comments and Debug.Print statements?
- Do you know the best way to track comments when your code is updated?
- Do you document "TODO" tasks?
- Comments - Do you add a comment when you use Thread.Sleep?
- Do you know what to do with a work around?
- Comments - Do you comment each property and method?