Dead Code
Dead code is code that is never executed or used. This can clutter the codebase and cause confusion.
Code :
![](img/deadCode-before.png)
Treatment:
Remove the dead code.
![](img/deadCode-after.png)
Dead Code
Dead code is code that is never executed or used. This can clutter the codebase and cause confusion.
Code :
Treatment:
Remove the dead code.