Has test driven development (TDD) actually benefited a real world project?
- by James
I am not new to coding. I have been coding (seriously) for over 15 years now. I have always had some testing for my code. However, over the last few months I have been learning test driven design/development (TDD) using Ruby on Rails. So far, I'm not seeing the benefit.
I see some benefit to writing tests for some things, but very few. And while I…