The posts can be found on his blog (permalinks and content abstracts below):
Sustaining Capacity in Maturing Agile Software Teams – Part 1: Nothing Fails Like Success
Mock-you... this is how I mock! 21/08/08
Mocking Frameworks are becoming more prominent in our development activities as unit testing, and hopefully test driven development, become much more mainstream. Like most technical topics, the choice of Mocking Framework can lead to long debates. I’ve been involved in these debates myself, and a f
Explicit or implicit interface implementation 06/08/08
I accidentally came across this blog post yesterday that discusses the use of explicit and implicit interface implementations in C#. I have to admit, although I’ve known about these two approaches of interface implementation, I’ve never really given them any serious thought. I normally implement int
Design for Test 05/08/08
As Developers we have quickly learnt how important unit testing is. Moreover we have also learnt, sometimes through hard lessons, that to implement unit tests we need to design and build our code so that it is actually testable. In my mind, this is a benefit, since it forces us to think about the co