Do everything in Java…

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 5 17:31:58 PST 2014


On Friday, 5 December 2014 at 20:43:03 UTC, paulo pinto wrote:
> On Friday, 5 December 2014 at 20:25:49 UTC, Walter Bright wrote:
>> On 12/5/2014 1:27 AM, Paulo Pinto wrote:
>>> Just because code has tests, doesn't mean the tests are 
>>> testing what they
>>> should. But if they reach the magical percentage number then 
>>> everyone is happy.
>>
>> I write unit tests with the goal of exercising every line of 
>> code. While one can argue that that doesn't really test what 
>> the code is supposed to be doing, my experience is that high 
>> coverage percentages strongly correlate with few problems down 
>> the road.
>
> I imagine you haven't seen unit tests written by off-shore 
> contractors....
>
> For example, you can have coverage without asserts.

Code review my friend. Nothing gets in without review, and as
won't usually don't enjoy the prospect of having to fix the shit
of a coworker, one ensure that coworker wrote proper tests.


More information about the Digitalmars-d mailing list