dead code
Ein Teil eines Computerprogramms, der nicht mehr ausgeführt wird oder keine Funktion mehr erfüllt.
Code that is executed but has no effect, or code that can never be reached during execution.
-
Bevor wir das Update veröffentlichen, müssen wir den toten Kode entfernen.— Before we release the update, we must remove the dead code.
-
Der Programmierer löscht den toten Kode, um die Datei kleiner zu machen.— The programmer is deleting the dead code to make the file smaller.
-
Durch die Umstrukturierung entstand neuer toter Kode.— New dead code was created during the restructuring.