Steve (stevestupidface)

Race #10924

View Pit Stop page for race #10924 by stevestupidfaceGhost race

View profile for Steve (stevestupidface)

Official speed 90.16 wpm (95.03 seconds elapsed during race)
Race Start November 30, 2020 3:47:52pm UTC
Race Finish November 30, 2020 3:49:27pm UTC
Outcome Win (1 of 5)
Accuracy 98.0%
Points 199.86
Text #4350616 (Length: 714 characters)

Dead code is code that isn't executed. You find it in the body of an if statement that checks for a condition that can't happen. You find it in the catch block of a try that never throws. You find it in little utility methods that are never called or switch/case conditions that never occur. The problem with dead code is that after awhile it starts to smell. The older it is, the stronger and sourer the odor becomes. This is because dead code is not completely updated when designs change. It still compiles, but it does not follow newer conventions or rules. It was written at a time when the system was different. When you find dead code, do the right thing. Give it a decent burial. Delete it from the system.