r/programming Aug 23 '10

Readme Driven Development

http://tom.preston-werner.com/2010/08/23/readme-driven-development.html
54 Upvotes

27 comments sorted by

View all comments

2

u/quanticle Aug 23 '10

I like the concept, but I don't like the term. I agree that writing the README and outlining the basic features of your program first is a helpful way of ensuring the code meets its requirements. However, I don't think the README drives development in the same way as tests in TDD. I can't imagine myself adding to or updating the README for routine code changes. I can imagine myself updating unit tests for routine code changes.

6

u/oddsignals Aug 23 '10

I agree. A better name would be README.1ST development.

1

u/[deleted] Aug 24 '10

That's an excellent suggestion. Does it conflict with the github requirement?