by Emily Bache | Oct 21, 2013 | Opinion
Last week I created a little quiz and put a link to it on Twitter. I was interested to see whether the terminology around Test Doubles has standardized on Gerard Meszaro’s definitions, from his book “xUnit Test Patterns”, and I thought my twitter...
by Emily Bache | May 3, 2013 | Coding Skills
This is the third post in a series about London School TDD. The first one is here, introducing the topic. The second post discusses “Outside-In Development with Double-Loop TDD”. In this post I’d like to talk about the second difference I see between...
by Emily Bache | Apr 19, 2013 | Coding Skills
In my last post, I started talking about London School TDD, and the two features of it that I think distinguish it from Classic TDD. The first was Outside-In development with Double Loop TDD, which I’d like to talk more about in this post. The second was...
by Emily Bache | Apr 10, 2013 | Coding Skills
Recently I’ve become quite interested in the London School of TDD. I blogged before about my experiences doing Luca Minudel’s exercises, in my post “SOLID Principles and TDD”. Since I wrote that, I’ve read Steve Freeman and Nat...