Ask HN: Good resources for learning TDD?

1 points by bbakersmith ↗ HN
I'm interested in learning test driven development (TDD) from both a theoretical and practical perspective. I work primarily with Ruby (using Sinatra for web projects) and Javascript. I'd be grateful for any learning resource recommendations, whether online or in book form. General tips also welcome!

1 comment

[ 3.4 ms ] story [ 11.5 ms ] thread
Read the Kent Beck book. Seriously. It's in Java but it's very easily understood and applied to Ruby. It's one of the most lucid and baseline explanations available.