Re: [dev] TDD

2013-10-22 Thread Pierre Chapuis
> what is your opinion about TDD? Is it suckles or not? Do you have any > experience with this kind of development? Having a comprehensive unit testing suite to help you find mistakes faster and avoid regressions is usually a good idea, do it. TDD (as in Test Driven Development / Design) is a buz

Re: [dev] TDD

2013-10-22 Thread FRIGN
On Tue, 22 Oct 2013 20:06:48 +0200 Szymon Olewniczak wrote: > Hi, > what is your opinion about TDD? Is it suckles or not? Do you have any > experience with this kind of development? Do TDD in C make any sense? > > BR, > Szymon > Hey Szymon, I guess you're speaking of Test Driven Development.

Re: [dev] TDD

2013-10-22 Thread Chris Down
On 2013-10-22 20:06, Szymon Olewniczak wrote: > what is your opinion about TDD? Is it suckles or not? Do you have any > experience with this kind of development? Do TDD in C make any sense? In my experience, it does not work. It inhibits me from being able to creatively design a program and solve

[dev] TDD

2013-10-22 Thread Szymon Olewniczak
Hi, what is your opinion about TDD? Is it suckles or not? Do you have any experience with this kind of development? Do TDD in C make any sense? BR, Szymon