Hacker News new | ask | show | jobs
by jeff_5nines 5365 days ago
Thank you. I've only worked on small projects and never truly forced myself to embrace tdd. I've always wondered why, if the Django core guys are so supportive of tdd, why it was not represented more in the original tutorial. I don't mean any disrespect, the tutorial is the best I've ever seen for such a framework and I realize they can't spoon feed us everything.
1 comments

I don't recall hearing the Django guys espousing TDD. Testing - yes - but not especially a 'Tests firsts' approach.

I could be wrong but I wonder if you're conflating writing tests (everyone should do it) with TDD (a little more controversial)