My First Bug Stopped by TDD

So I’m working on a side job, and I’ve been using the great & wonderful Test Driven .NET, but thats not the point of this post. What the point is, is that for the first time since I’ve started doing TDD (which – I might add, is very short), running my tests proved to me that a bug existed in code as I modified it. Yes, thats right – 3 tests failed, so I spent about an hour digging down in my buisness logic to try and find out why. Alas, I finally did find out why, and it was because of a change I had made.

Thank you TDD, it stopped a bug that I probably wouldn’t have noticed from being deployed and my client seeing!

1 Comment

Comments have been disabled for this content.