grzesiek-galezowski / tdd-ebook

Test-Driven Development - Extensive Tutorial. Open Source ebook
https://leanpub.com/tdd-ebook
Other
361 stars 57 forks source link

A somewhat less direct formulation #96

Closed martinmoene closed 7 years ago

martinmoene commented 7 years ago

Change I told you to I described.

Note that the somewhat direct style may be present in other location too:

> path/to/find.exe . -name "*.md" -exec grep -l told \"{}\" ;
.\manuscript\130_Boundaries.md
.\manuscript\140_Triangulation.md
.\manuscript\170_TellDoNotAsk.md
.\manuscript\200_What_does_it_mean_to_compose_objects.md
.\manuscript\210_How_are_objects_composed.md
.\manuscript\230_Designing_for_composabiity_protocols.md
.\manuscript\240_Refactoring_Object_Composition.md
.\manuscript\257_Value objects_general_topics.md
.\manuscript\260_Object_oriented_primer_summary.md
.\manuscript\270_Mock_Objects.md
grzesiek-galezowski commented 7 years ago

Thanks, I'll check out the other locations!