Thread overview
Re: DUnit beta released
Mar 13, 2008
bearophile
Mar 13, 2008
Christopher Wright
Mar 13, 2008
BCS
March 13, 2008
I can see that lot of people are writing many things for D brick by brick :-)

Christopher Wright:
> Have you spent time searching for a failed test because your tests are interleaved with your code?

I think having tests very close to their code is a good thing.

Bye,
bearophile
March 13, 2008
bearophile wrote:
> I can see that lot of people are writing many things for D brick by brick :-)

I'm not entirely sure what you mean by that.

> Christopher Wright:
>> Have you spent time searching for a failed test because your tests are interleaved with your code?
> 
> I think having tests very close to their code is a good thing.
> 
> Bye,
> bearophile

But...if you don't use DUnit, it's very likely that I might cry.

On a more serious note, however you like to test, more power to you. xUnit's popular, though, and it's what I'm used to, so now I have it. And so does anyone else who wants it.
March 13, 2008
Reply to Christopher,

> bearophile wrote:
> 
>> I can see that lot of people are writing many things for D brick by
>> brick :-)
>> 
> I'm not entirely sure what you mean by that.
> 

Progress, Slow n' steady progress. One by one, the little things make a language /really/ usable are getting done.