Can you Fail Well?
Watching this TED video last night Diana Laufenberg: How to learn? From mistakes got me to thinking. I really like what she had to say and it makes sense. I hate bubble tests. Bet let me skew the point a different way.
Where I tend to get the most frustrated at failure isn't really at the failure though. I produce Web sites and write applications. I work in code. Most of the time my code works, but I can't stop there. The code has to be "right." Right as defined by the experts. Use the "right" code to do what I'm doing not just code that works. Sounds crazy and it is a little bit crazy. But I do like to feel that my code is "right" not just "it works."
And that isn't the big picture Diana talks about, but it is something that I pulled out. How do we teach ourselves, our kids and each other how to fail well? How do we give each other room to go out on the proverbial limb and take risks without holding them over the fire for it.
We're all going to fail. A lot. But instead of focusing on the failure learn from it. Let it teach you.
In programming there's a group that focuses on something called Test Driven Development or TDD. That means that we test our code with code before we write the code. Basically we write test cases first. Then write code to make those tests pass. We start with failure. Then do the least we can to get the test to pass and move on to the next failure.
I wish I could apply this principle to life. But I can't. Life isn't testable. You can't really test the water without getting in the water and experiencing the water. Most of the time we look at it as right or wrong, yes or no without anything in between. But most of the time it isn't that way. Motives outweigh actions. Why is more important than what. Other things have to be considered before we really decide if we failed or not.
We should expect to fail. To not be perfect all the time. Then, when we fail, we can learn from it and be better for it. And help others when they fail. Just remember that failure has levels and isn't always bad.

