From the extremeprogramming list on yahoogroups.com:
Frank Schophuizen wrote:
I am regularly confronted with the situation that a company is in trouble as a consequence of (bad) decisions in the past. Usually, the problem is a productivity killer.
However, instead of reconsidering the original decision the focus is on overcoming those consequences. In many cases it only becomes worse. "Jumping into the mud without getting dirty".
Typical reactions are:
- Our architecture is not suited for that
- That is not how we work here
- We can't convince our management
- If we change this we have to change everything
- We can't change the past
- We do not have any proof or evidence it will help us; it is speculation
In effect, nothing happens and any attempt to reconsider the original decision is rejected, simply because we are afraid it will fail or make things worse. It is not even investigated. In other words, nothing happens because it is not feasible to do everything.
Fatal apathy: "We do nothing, because you cannot do everything"
Ilja Preuss responded:
You mean like
- "We need to improve quality."
- "OK, so we should write more tests."
- "But we cannot do that - take X for example, that's just too hard to test."
Sounds familiar... :sigh:
John Roth had a great response:
It is familiar. Eric Berne called this pattern (Games People Play 0345410033) "Why don't you? Yes, but.." It comes from not being able to get out of the box (to use a hackneyed phrase). The most acceptable breaker I'm aware of in a business environment is simply not to accept the "reason", but to keep asking "what would it take to...".
In this example, the next interaction should probably be something like:
"Yeah, you're right. That program is a testing nightmare. What could we do to make it easier to test?"
or
"What are three different ways of testing it?"
or
"What makes it hard to test?"
One key here is to recognize that you're dealing with someone's defective mental model, and avoid asking "why" like the plague. With this kind of problem, "why" questions are almost always going to keep going further into the conceptual maze that the other person can't break out of.
Always ask "what" and reference it to concrete things that can be done, or that are at least in shared reality.