« December 2008 | Main | January 2010 »

Step Away from the Problem

A few days ago, I was working on a small application for some people at Work. Part way into the project, I went out briefly on an errand.

Driving down the street, I suddenly realized that I could (and should) make a simple change to the user interface that would result in less risky code as well as a better experience for the users.

Later that day, I found myself banging my head against some JavaScript. No matter what I did, it was not working. I'm not a master JS programmer, so I figured it was probably just something I didn't understand yet about the code. Still frustrated, I stepped away for lunch.

When I returned to my desk, the first thing I saw was that two forms on the same page had the same name. Oops. That's not going to work. I renamed one and the JS code worked as planned.

When you're in the middle of a problem, it can be difficult to step away. Your brain wants to Solve This Thing Right Now. But many times, stepping away is just what is needed.

Continue reading "Step Away from the Problem"

October 28, 2009 in category Productivity | Permalink | Comments (0)