ORPHAN COMPUTER CODE. "Dead or unreachable code is code that will never be executed. It manifests itself as variables that are declared but never used, functions that are never called, or code that is skipped because of a branch. Since the dead code is not executed, it is an error, often a logic error. Dead code is created by cavalier programmers. An easy way to create dead code is by use of a goto statement and labels." https://lnkd.in/d9rVas9 View in LinkedIn