On 01/27/2011 05:41 PM, Walter Bright wrote:Unit testing has produced a dramatic improvement in coding.agreed. unit testing (maybe with dbc, I don't remember) was the only reason I noticed issue 5364.
I created 4 or 5 bugs against dmd when I added full unit tests to dcollections.
So unittests also help D probably as much as they do your code ;) -Steve