Sections of code should not be commented out
Web:AvoidCommentedOutCodeCheck
Programmers should not comment out code as it bloats programs and reduces readability.
Unused code should be deleted and can be retrieved from source control history if required.