デッドコード
Sign in to saveAlso known as DCE, Dead Code
section in the source code of a program which is executed but whose result is never used in any other computation. The execution of dead code wastes computation time and memory
Also known as DCE, Dead Code
section in the source code of a program which is executed but whose result is never used in any other computation. The execution of dead code wastes computation time and memory