TDD Is About More Than Testing

Abstract: 

Your code is messy. Trust me. I’ve seen it. It’s not that you haven’t tried. You’ve created UML diagrams, flow charts, state diagrams. You’ve used Visio, and Photoshop and Balsamiq to try and come up with a good clean design. Despite all your best efforts at getting a good design and sticking to it, it’s messy. You promise yourself that thenext project will be better, you won’t make the same mistakes. But at the end of that project all you want to do is throw it away and start over. Things are duct-taped together and in 8 months when you go to add a feature, you can’t remember what code did what or where this next feature should go. If there’s a bug the easiest way to find it is place a dozen breakpoints and step through the code.

It doesn’t have to be this way. We’ll walk through some fairly standard code. Code that had features added throughout development until it was almost too much for the CLR to bear. Then we’ll look at how writing tests first helps create cleaner, more compact code. And at the end, not only will your code be cleaner, but it will actually be tested as well.
Conferences:
St. Louis Day of .Net – 2013
Nebraska.Code – 2014