Tags → #programming
-
The Hidden Cost: Why Dead Code Shouldn't Linger in Your Codebase
A deeper look into how dead code negatively impacts systems and strategies to deal with it.
-
Immutably remove object properties in JavaScript
An alternative approach for removing object properties without the use of the delete operator.