Pointless Code In Your Source
- by Ali
I've heard stories of this from senior coders and I've seen some of it myself. It seems that there are more than a few instances of programmers writing pointless code. I will see things like:
Method or function calls that do nothing of value.
Redundant checks done in a separate class file, object or method.
if statements that always…