Hacker News new | ask | show | jobs
by bunderbunder 404 days ago
Monkey patching is a great technique for hacking rudimentary testability into legacy software as part of your preparations for refactoring it for maintainability.

But when I see a plan to use it that doesn't include a plan for how to stop using it again ASAP, I get very worried.