There's nothing sweeter than having a greenfield project and I was able to get my hands on one. I was tasked with building an internal dashboard for some of our back end (Windows) services. I'm still in .NET land and we're primarily a Microsoft shop so I used a pretty small but flexible stack,
- ASP.NET MVC 2
- Fluent NHibernate
- StructureMap
- jQuery
For testing, I tried out doing acceptance test driven development with SpecFlow which is the .NET analog to Ruby's Cucumber. My unit/integration testing framework of choice is still MSpec.
I took this experience and made a presentation to the company about BDD. For anyone that's looked around the web at BDD presentations you won't be incredibly surprised by the content. Lots of the same points are made and I even borrowed the excellent high gear/low gear analogy of ATDD I found in someone else's presentation (I can't remember who :-(...sorry, uncredited person, whomever you are). You can download it from my dropbox here.
I know I promised an example of doing ATDD and I'd really like to do it. Now that work is semi-calm I can try to whip something up. There are tons of other things I want to talk about like the Java codebase I'm working in now, when NOT to unit test, the current .NET craze around CQRS, and other interesting topics swimming around in my head.