TDD in Toledo - thanks, questions and an interesting observation.
Many thanks to Greg Huber for carting me around during my stay in Toledo last week. It was a fun time and I even got to visit Tony Packo's - a Toledo tradition.
The TDD session at NWNUG went well. There were some interesting questions and also some interesting possible solutions suggested for the “PropertyComparer” demo - including using the Queue class but luckily we resorted back to DoTheSimplestThing and just used ArrayList.
David Claydon made an interesting observation while chatting after the presentation - we had implemented a reasonably complex sorting feature using Reflection in .NET and did not use the debugger once thanks to the TDD style of development.