Hacker News new | ask | show | jobs
by grumpycanuck 5603 days ago
In the presentation shown at http://www.startuplessonslearned.com/2008/09/customer-develo... (specifically the last slide where he talks about the Five Why's system) it seems to me that the guru of Lean Startups is a advocate of automated test suites, and therefore a believer in TDD.
1 comments

Automated test suites don't automatically imply TDD. Many people use automated test suites and CI without TDD.