Code Smell 152 - Logical Comment
TL;DR: Don't change code semantics to skip code.
Problems
Readability
Non-Intention Revealing
Solutions
If you need a temporary hack, make it explicit
Rely on your source control system
Context
Changing code with a temporary hack is a very ...
maximilianocontieri.com2 min read