|
|
|
|
|
by anthonyb
5530 days ago
|
|
This is exactly what I do when writing complex code, and is about the only reason that I can think of to comment out code like this. The other time that I might do it is when I'm trying a couple of implementations to see which one is better. But leaving commented out code in there is just asking for trouble. What happens when someone comments it back in 6 months later? |
|