On 12/4/2014 6:47 PM, ketmar via Digitalmars-d wrote:
and what i also can't grok is "test-driven developement". ah, we spent alot of time writing that tests that we can't even run 'cause we didn't start working on the actual code yet. it's splendid! we didn't start the real work yet and we are already bored. i don't believe that this is a good way to develop a good project.
What I find most effective is writing the unit tests and the code they drive at the same time.