Gruffydd (gruffydd)

Race #1563

View Pit Stop page for race #1563 by gruffyddGhost race

View profile for Gruffydd (gruffydd)

Official speed 88.20 wpm (97.14 seconds elapsed during race)
Race Start December 6, 2020 1:31:27am UTC
Race Finish December 6, 2020 1:33:04am UTC
Outcome No win (4 of 5)
Opponents 1. fksharp (98.62 wpm)
2. raymo_nd (97.92 wpm)
3. act01 (88.75 wpm)
Accuracy 98.0%
Points 195.51
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.