On Wednesday, 19 June 2013 at 11:01:05 UTC, Szymon Gatner wrote:
This is not strictly D related but I am very curious about D's
community opinion on the points made by non other than Jim
Coplien here:
http://www.tele-task.de/archive/video/flash/16130/
D is the only language (that I am aware of) that has first
class unit testing support. What do you think? Do we really
just "mentally masturbate"?
Article about the myths of TDD referenced in the talk:
http://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1027&context=csse_fac
From experience, unitests are various return depending on the
code. Some code is easily testable and the ROI is high, some code
is just hard to automatically test.
On the code that is unittest compliant, I notice a very low
number of bugs (actually close to 0 defect) when I do proper
unittesting. Sadly, all code isn't like that.