Monthly Archives: October 2004

Deep Dive into Test Driven Development

In a class I recently taught, the students created a simple payroll system using Test Driven Development. Different students made different amounts of progress, some almost finishing the example I’m about to post, and some not quite so far. But … Continue reading

Posted in Uncategorized | 3 Comments

The unsung benefit of TDD

Through an interesting set of circumstances, I have the opportunity to create a really simple build server here on my project team at MS. We’re using Windows Services for Unix and writing everything using KSH scripts. Ah, my years of … Continue reading

Posted in Uncategorized | 3 Comments

To my students from last week…

As promised, here is the code I told you I would post. This is just the first story, paying a salaried employee. I’ll post an explanation of what I did and what I refactored tomorrow. After that, I’ll post the … Continue reading

Posted in Uncategorized | 2 Comments