Översättning
Substantiv
1.ölü kod

Definitioner

Substantiv

  1. (compilers) instructions that, when executed, have no effect on the running of the program.
  2. (programming) code that exists in the source, but that will never be executed.

Exempel

  • Much dead code elimination is actually done on intermediate representations of your code, which may contain unnecessary intermediate calculations[...]
  • Many software projects contain much dead code in the form of deprecated functions.