Running tests in Vim Chris Jordan 13 Jun 2016 Testing Ruby Tools Being able to run your unit tests quickly from Vim is vital when doing test-driven development. I've often seen developers using Vim to write code,...more.
How TDD can make your team happier Chris Jordan 13 Apr 2016 Testing Coding Craftsmanship What makes a software project a joy to work on? Conversely, what can make working on a software project excruciating? For me, I'm the happiest...more.
Loosely Coupled Tests Chris Jordan 26 Aug 2015 Testing Coding Craftsmanship Test Driven Development (TDD) has a plethora of benefits, but the one that stands out for me is how it helps to unify a team....more.