Archive for May, 2004

Client Driven Design vs Test Driven Design

Friday, May 28th, 2004

Vibhu talks about not doing TDD. But I bet Vibhu does code with the thought in mind: “how is this going to be used?”. Without thinking about this question, and making design decisions based on it, patterns would never have emerged. Patterns are about identifying common code structures that center around how [...]

TDD without TFD

Thursday, May 27th, 2004

After some thinking about the matter, and some writing that was being done at the same time that Dave Thomas was writing his blog entry, I have come to same conclusion as him, using pretty much the same logic.
I found myself changing the original question that I had posed to him from
Is Test Driven Development [...]