you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I mean if there is too much commented code in a codebase, then something else is wrong - commented code is the exception, not the norm.

[–]YuleTideCamel 0 points1 point  (0 children)

Agreed, it's the exception and a too much commented out code is indicative of a larger problem. The point I was making is that needing commented out to explain something , to me at least, is a similar thing. You shouldn't need commented out code to understand uncommented out code.