show/hide this revision's text 2 Minor grammar tweak

The first thing that caught my eye was: "Test code is throwaway code anyway". I mean, wow.

Of course, the opposite is true with TDD. Your tests become your regression firewall, and allow you to refactor and add features with confidence.

In my experience, there are two things you must have to introduce a practice like this into a resistant (but not utterly recalcitrant) company culture: You must have the practice mandated by a manager who gets it, and you must have an engineer on the team who has made it work before. This engineer's time will have to be split between actual project work and mentoring, with the mentoring taking the form of a group presentation, code reviews, and (brace for it) bouts of pair programming to show people directly how the practice may be applied to the problems they're trying to solve.

Beyond having made it work in the past, this engineer must also be a skilled teacher and (because you're asking people to change, which most will take as a personal attack) have a non-threatening personality and approach to teaching.

Good luck with it.

show/hide this revision's text 1

The first thing that caught my eye was: "Test code is throwaway code anyway". I mean, wow.

Of course, the opposite is true with TDD. Your tests become your regression firewall, and allow you to refactor and add features with confidence.

In my experience, there are two things you must have to introduce a practice like this into a resistant (but not utterly recalcitrant) company culture: You must have the practice mandated by a manager who gets it, and you must have an engineer on the team who has made it work before. This engineer's time will have to be split between actual project work and mentoring, with the mentoring taking the form of a group presentation, code reviews, and (brace for it) bouts of pair programming to show people directly how the practice may be applied to the problems they're trying to solve.

Beyond having made it work in the past, this engineer must also be a skilled teacher and (because you're asking people to change, which most will take as a personal attack) a non-threatening personality and approach to teaching.

Good luck with it.