Synopsis: | Don't comment out code |
Language: | C# |
Severity Level: | 3 |
Category: | Comments |
Description: |
Never check-in code that is commented-out, but instead use a work item tracking system to keep track of some work to be done. Nobody knows what to do when they encounter a block of commented-out code. Was it temporarily disabled for testing purposes? Was it copied as an example? Should I delete it? |