Cascade Faliure
For want of a nail....
Saturday, October 19, 2024
TDDbE: Mastering TDD
›
In TDD, the tests are a means to an end -- the end being code in which we have great confidence. If our knowledge of the implementation giv...
TDDbE: Refactoring
›
In TDD we use refactoring in an interesting way. Usually, a refactoring cannot change the semantics of the program under any circumstances....
Thursday, October 17, 2024
TDDbE: Design Patterns
›
This chapter gives us a short catalog of design patterns. Beck offers an interesting insight, which he credits to Alexander: patterns are a...
Sunday, October 13, 2024
TDDbE: xUnit Patterns
›
Much more so than the previous chapters in this book, this one feels like archeology. Write boolean expressions that automate your judgment...
Saturday, October 12, 2024
TDDbE: Green Bar Patterns
›
The chapter opens with a discussion of Fake It, Triangulate, and a light comparison of the two. Does Fake It violate the rule that says you ...
Monday, August 26, 2024
TDDbE: Testing Patterns
›
When I write a test that is too big, I first try to learn the lesson. Why was it too big? What could I have done differently that would hav...
Saturday, August 24, 2024
TDDbE: Red Bar Patterns
›
On getting started - look for a one step test: Pick a test that will teach you something and that you are confident you can implement. What ...
›
Home
View web version