March 28, 2011
I am currently reading The Art of Unit Testing by Roy Osherove. He recommends the following naming convention for tests: [MethodUnderTest]_[Scenario]_[ExpectedBehaviour] Which I am glad is similar to that which I’ve adopted in the past: [MethodUnderTest]_Should[ExpectedBehaviour]_When[Scenario] I think the latter makes for easier reading. Though I admit that the convention recommended by Roy makes for [...]
Read the full article →
February 25, 2011
I’ve been on the road in South America for nearly 2 months now. Actually, I’ve found it surprisingly difficult to find time to read whilst travelling (excluding travel guides!). Most of my time has been taken up by travel experiences, organising, and the inevitable socialising. But for better or for worse, the long bus journeys [...]
Read the full article →