NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
The Cost of Duplicate Code (Score:1)
"Okay boss, you know how much it costs to fix a bug? If that bug is in code that's duplicated somewhere else in the system, double those costs. Don't forget to double the cost of actually finding the bug. If it's duplicated two other places in the system, triple the costs. Do that for every piece of duplicate code. That's the cost of not refactoring."
Re:The Cost of Duplicate Code (Score:1)
Now, the cost of fixing the bug, not realizing there's a duplicate over there, ready to strike again...
Re:The Cost of Duplicate Code (Score:1)
Right.
Now if you work in a place that would rather take the risk that bugs will not cost more than refactoring, brian has the right of it. You're better off working elsewhere, in the long term.
Reply to This
Parent