tdd-ebook
tdd-ebook copied to clipboard
Test-Driven Development - Extensive Tutorial. Open Source ebook
First of all BRAVO for your awesome work(i'm a big fun of [Open knowledge](https://en.wikipedia.org/wiki/Open_knowledge)) i started study it and find it really very helpful keep it up :+1: 1. I...
The line beginning with 'Note that when defining the above class, ...' is not wrapped.
Hey, I was very pleased to find out about this book! I have to ask you, is it completed and if it's not, how can we track progress and see...
Regarding fragment: ``` broadcastingObserver = ParallelBroadcastObserver( DisplayingObserver(), StoringObserver(), CalculatingObserver()) sensor.FromNowOnReportTo(broadcastingObserver) ``` This is really cool concept. I just think it fits more in example about lifts. Being parallel while calling...
This snippet from _230_Designing_for_composabiity_protocols.md_ kind of contradicts with the rules you have described before. ``` csharp try { gates.CloseAll(); sirens.TurnOn(); specialForces.NotifyWith(Priority.High); } catch(SecurityFailure failure) { powerSystem.TurnOffBecauseOf(failure); } ``` If I...
Names of the chapters in the upper left corner of the page blend in into the text. It is really confusing in case of a code snippet spanning across two...
When talking about a circular TDD process flow, figures that show it in a not-so-much-circular fashion may look a little bit odd. See e.g. [figures of Growing Object-Oriented Software Guided...
Some of the `0xa0` space characters in the .md files render as 'nothing' in the HTML and the PDF output. See for example "Isat" and "aperson" in [How to start](https://leanpub.com/tdd-ebook/read#leanpub-auto-how-to-start):...
Start a chapter References or Further Reading early on and gather references in it such as: > Mark Seemann. Zero-Friction TDD. Collection of Blog posts. 2008-2009. http://blog.ploeh.dk/2009/01/28/Zero-FrictionTDD/ To take care...