Hacker News new | ask | show | jobs
by cratermoon 467 days ago
AKA The Monty Hall Rewrite https://alexsexton.com/blog/2014/11/the-monty-hall-rewrite
1 comments

This is a great concept and of course implies the very real idea that you should just rewrite a lot of your stuff anyway …
> you should just rewrite a lot of your stuff anyway

Continuously refactoring when adding features, fixing bugs, or dealing with external changes keeps code fresh and free of cruft. Also removing dead code, deprecating and removing little-used features, refining behavior to remove unused edge cases ensures focused and useful systems.