DEV Community

Discussion on: Coding = thinking in several dimensions

Collapse
 
jdheywood profile image
James

+100, I read something aligned to this recently and I'll badly paraphrase it here apologies to the author, "deleted code is debugged code", resisting the urge to hoard is one thing but actively pruning dead code is another

Collapse
 
ben profile image
Ben Halpern

Regarding each bit of added code and complexity.

Ian Malcolm

Thread Thread
 
andreasklinger profile image
Andreas Klinger ✌️️

each custom line of code is managed by you - maybe badly - but managed

there is hardly ever a downside to removing code
you can usually look in git to see how it was done and cherrypick the good parts if needed