Hacker News new | ask | show | jobs
by dmix 4 days ago
> To that end, I’ve cut over 11,000 lines of completely dead code from Bun. I can’t think of another project whose codebase was so neglected as to reach 11K lines of dead code.

How long has this person been programming?

1 comments

Over a decade. I should've clarified, I meant "trivially dead" code that's not called by anything. Can you think of another project with that much?
I don't contribute to open source projects often but deleting dead code has never been a big priority in any project I've worked on unless it's creating real technical debt or it's something easy clean up as part of a bigger migration (similar to what you did here). The point is you had time to look at that stuff and take the risk of deleting it while big projects have a hundred other priorities on Github Issues and customer complaints.