Created
May 26, 2014 16:46
-
-
Save stefanbirkner/835b7d0c498b4026f65a to your computer and use it in GitHub Desktop.
Revisions
-
stefanbirkner revised this gist
May 26, 2014 . 1 changed file with 16 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,33 @@ 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 -------- * https://github.com/stefanbirkner/picover * https://github.com/stefanbirkner/sfb-propertyeditors/blob/master/README * https://github.com/stefanbirkner/system-rules/blob/master/src/main/java/org/junit/contrib/java/lang/system/RestoreSystemProperties.java * http://stefanbirkner.github.io/system-rules * https://github.com/stefanbirkner/vallado/blob/master/src/main/java/org/junit/contrib/java/lang/throwable/When.java You get ------- * documentation (nicer than afterwards) * a chance to think about the software * guideline for the implementation -
stefanbirkner created this gist
May 26, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ 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: * https://github.com/stefanbirkner/picover * https://github.com/stefanbirkner/sfb-propertyeditors/blob/master/README * https://github.com/stefanbirkner/system-rules/blob/master/src/main/java/org/junit/contrib/java/lang/system/RestoreSystemProperties.java * http://stefanbirkner.github.io/system-rules * https://github.com/stefanbirkner/vallado/blob/master/src/main/java/org/junit/contrib/java/lang/throwable/When.java 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