How to stop getting too focused on a train of thought when programming?

Posted by LDM91 on Programmers See other posts from Programmers or by LDM91
Published on 2012-06-02T09:38:55Z Indexed on 2012/06/02 10:50 UTC
Read the original article Hit count: 231

I often find myself getting too focused on a train of thought when programming, which results in me having what I guess could be described as "tunnel vision". As a result of this I miss important details/clues, which means I waste a fair amount of time before finally deciding the path I'm taking to solve the task is wrong. Afterwards, I take a step back which almost always results in me discovering what I've missed in a lot less time..

It's becoming really frustrating as it feels like I'm wasting a lot of time and effort, so I was wondering if anyone else had experienced similar issues, and had some suggestions to stop going down dead ends and programming "blindly" as it were!

© Programmers or respective owner

Related posts about programming-practices

Related posts about problem-solving