Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Created May 26, 2014 16:46
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save stefanbirkner/835b7d0c498b4026f65a to your computer and use it in GitHub Desktop.
Save stefanbirkner/835b7d0c498b4026f65a to your computer and use it in GitHub Desktop.
Readme Driven Development

Readme Driven Development

Problem

Build software that helps people.

Solution

Write your Readme first.

Readme

  • Must not be complete.
  • Designed to be read by the user.

Examples

You get

  • documentation (nicer than afterwards)
  • a chance to think about the software
  • guideline for the implementation
  • describe the interface. others could start working
  • basis for discussion
  • no limits for your ideas - paper and brain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment