Upgrade to Pro — share decks privately, control downloads, hide ads and more …

(kick-ass) Readme Driven Development

(kick-ass) Readme Driven Development

as presented at DevFest Vienna 2014. Accompanying blog post will follow.

Floor Drees

October 18, 2014
Tweet

More Decks by Floor Drees

Other Decks in Programming

Transcript

  1. We often only start writing documentation for our apps and

    app functionality after we have developed them.
  2. A perfect implementation of the wrong specification is worthless. A

    beautifully crafted library with no documentation is also damn near worthless.
 Tom Preston Werner
  3. think through the project without the overhead of having to

    change code every time you change your mind
  4. It has the ability to give a high level view

    of your code with the goal to gather insight and recommendations from your consumers early and throughout the design process.
  5. pro tip:! Looking to add RDD / DDD to your

    existing project? It can be as simple as just adding a step to your BDD or TDD
  6. pro tip:! make writing or updating documentation ! a required

    first step of your ! development process