Red, Green, Constant Refactor

For any of you following along with our Trivia.NET instructional project, revision 31 should find you with a few changes.

I have begun implementing a new use case, and just writing one test and trying to get it to pass led to two hours of code. You have got to love that!

But the best part, is that I can narrow my development focus on getting the test to pass. And I know that when I decide to finish for the day, the code is left in a stable state, based upon tests. Much better than the classic "Well, it compiled" or the heinous "It works on my machine". It brings development into the realm of science, with repeatable experiments.

At anyrate, stay tuned to this channel for project updates.