Brett Schuchert from Object Mentor just posted a series of videos on TDD
The videos are meant to be watched in order.
- GettingStarted
- Adding Basic Operators
- Removing Duplication
- Extracting to Strategy
- Removing Duplication via
Refactoring or Removing
Duplication via Tdd using
Mockito
- Introducing an Abstract Factory
- Adding a Sum operator
- Adding Prime Factors Operator
- Composing Operators and Programming
the Calculator
- Using FitNesse to Program the
Calculator
A series of videos on creating the shunting yard algorithm in C# using Resharper, Visual Studio 2008 and TDD.
- Shunting Yard Algorithm in C#, Part 1
- Shunting Yard Algorithm in C#, Part 2
- Shunting Yard Algorithm in C#, Part 3
- Shunting Yard Algorithm in C#, Part 4
- Getting Rid Of Those Damn Spaces, (Part 5 of 4)
- Removing Duplicate Operator Representation, (part 6 of 4)