...
MSC07-EX1: In some situations, dead code may make software resilient to future changes. An example of this is adding a default case to a switch statement even when all possible switch labels are specified (see MSC01-AC. Strive for logical completeness for an illustration of this example).
...