In this post, I demonstrate a solution to the popular FizzBuzz problem using TDD. Given the relative straightforward nature of the problem and corresponding solution, there is no narration. Instead, there’s a cool techno track. Enjoy, and as always, comments are welcome!
Feb 192012

I’ve worked with a lot of developers in my time, and I’ve come to realize that just like Al Pacino says, “life is a game of inches.” Or in this case, .NET development is a game of inches. Here are three of those inches that will help any .NET developer become better. 1. Line Numbers [...]
Feb 062012
Continuing in the series, we build upon our prior work on the OCR kata, completing our checksum calculation by actually computing a checksum for a valid account number. Enjoy!