in reply to What efforts go into a programming project? (Somewhat OT)
I'm all for thinking and research and design, but 75% seems excessive. Then again, I don't make a distinction between Coding and Testing. As bikeNomad implies, my approach resembles more design-one-feature -> write-tests-for-the-feature -> code-the-feature.
You can put a lot of time into design up front, but what if you get something wrong? You can put of the tests until later, but what if you don't remember exactly what you were thinking when you were writing the code you're now trying to test?
Make safe bets.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: What efforts go into a programming project? (Somewhat OT)
by jlongino (Parson) on Aug 11, 2001 at 05:26 UTC |