Does TDD lead to the good design?

Posted by Eugen Martynov on Programmers See other posts from Programmers or by Eugen Martynov
Published on 2012-12-09T23:03:25Z Indexed on 2012/12/10 5:18 UTC
Read the original article Hit count: 371

Filed under:
|
|
|

I'm in transition from "writing unit tests" state to TDD.

I saw as Johannes Brodwall creates quite acceptable design from avoiding any of architecture phase before. I'll ask him soon if it was real improvisation or he had some thoughts upfront.

I also clearly understand that everyone has experience that prevents to write explicit design bad patterns.

But after participating in code retreat I hardly believe that writing test first could save us from mistakes. But I also believe that tests after code will lead to mistakes much faster.

So this night question is asking for people who is using TDD for a long time share their experience about results of design without upfront thinking. If they really practice it and get mostly suitable design. Or it's my small understanding about TDD and probably agile.

© Programmers or respective owner

Related posts about design

Related posts about TDD