tdd-ebook icon indicating copy to clipboard operation
tdd-ebook copied to clipboard

Test-Driven Development - Extensive Tutorial. Open Source ebook

Results 14 tdd-ebook issues
Sort by recently updated
recently updated
newest added

public void DoSomething(int a, int b, bool doThisWayOrOtherwise) { if(doThisWayOrOtherwise) behaviorA(); else behaviorB(); }

enhancement

e.g. references to patterns used and SOLID principles or alternative views etc. This should be done without distracting and overwhelming a reader. Thanks to Reuven Yagel for pointing this.

enhancement

Index can be used to evaluate story lines and structure of the book as well as help readers with backlinks from the index to the content. Seems like there's no...

enhancement