Robert (karayicki)

Race #436

View Pit Stop page for race #436 by karayickiGhost race

View profile for Robert (karayicki)

Official speed 66.68 wpm (128.49 seconds elapsed during race)
Race Start December 19, 2020 4:05:03pm UTC
Race Finish December 19, 2020 4:07:11pm UTC
Outcome No win (5 of 5)
Opponents 1. correctionhaha (108.91 wpm)
Accuracy 95.0%
Points 147.81
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.