Moving Forward with Code Iteration
Posted
by
rcapote
on Programmers
See other posts from Programmers
or by rcapote
Published on 2011-01-31T05:49:15Z
Indexed on
2011/01/31
7:32 UTC
Read the original article
Hit count: 418
development-cycle
|iterative-development
There are times when working on my programming projects, and I get to a point where I'm ready to move on to the next part of my program. However, when I sit down to implement this new feature I get stuck, in a sense. It's not that I don't know how to implement the feature, it's that I get stuck on figuring out the best way to implement said feature. So I sit back for a day or two and let the ideas ferment until I am comfortable with a design. I get worried that I may not write something as well as it could be, or that I might have to go back and rework the whole thing; so I put it off. This is a big reason why I've never really finished many personal projects. Anyone else experience this, and how do you keep your self moving forward in your project?
© Programmers or respective owner