Stockholm Syndrome of Software

I've talked about how customers get so attached to failed code, trying to save some form of cost from a failed software project and unwilling to part with the disaster, that I've come up with a term for it.  I refer to it as the "Stockholm Syndrome of Software."  The basic idea is that customers get so attached to failed software projects, they will try to do anything to save the investment, including trying to sprinkle a new software project with failed pieces of software.

It is understandable.  On the surface, this makes sense.  Surely somewhere in this pile of code, there is something that it makes sense to keep. Or, another view of it is that we, the company, can just throw out the old developers, bring some newer/better developers in to solve our problems.  These new developers, all they need to do is to cut the head off of a live chicken, perform a voodoo dance around a keyboard, presto changeo, and we have a fully running system.

This is a nightmare.  The code failed for a reason.  If the previous set of developers didn't know what they were doing, why do you think the architecture that they started is worth a damn?  Why run on top of the old software?  Why would you want to infect good code with bad?

Sorry folks, software that doesn't work and never reached the level of being acceptable for use by being deployed is not really suitable for use.  Instead of spending good money on top of bad and trying to keep software on life support that should be shot, go ahead and admit that the software is a sunk cost.  Throw the non working code away.  Get a set of developers that are trustworthy and can deliver.  Don't micromanage them.  Don't tell them to just put a few tweaks on the non working code.  Don't cling to the old code, trust me, you will be better off.

I find that this problem is rampant.  Everyone thinks that they can save a few bucks by going the cheap route.  The cheap route doesn't tend to work.  The cheap route costs more with software that doesn't quite work.  It fails in weird places.  It craps out with 5 users.  It does all the wrong stuff at the wrong time.  Trust me, you are better off without cheap, crappy code.  Let it go, and do it right.

No Comments