August 2018
Beginner
594 pages
22h 33m
English
Some people use the terms unreachable code and dead code interchangeably but there is a subtle difference. While unreachable code can never be executed, dead code can be executed. However, when dead code is executed it has no effect on the output. For example, dead code might perform some logic that produces a result but then the result is not used anywhere.