I\'m the only developer in my (very small) company and I\'m about to start on a medium sized ASP.NET web application for said company.
I\'m trying to figure out if
I'm still a new developer and stepped into a company where the application development was already ongoing. TDD helps me ensure that new changes don't break what has been done already and as I work along it helps from having to do massive amoounts of bug hunting when I add or modify code.
I have loved everything I have learned from it and strongly recommend taking the time to learn TDD.
-my .02