Created
May 8, 2009 19:24
-
-
Save mbleigh/108954 to your computer and use it in GitHub Desktop.
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 characters
Some Definitions | |
================ | |
BDD: Behavior Driven Development | |
TDD, but focusing on how the application behaves instead of code structure. | |
CDD: Conference Driven Development | |
Proposing talks for libraries and code that isn't written yet, then using said | |
talk's acceptance as an impetus to actually write the code. | |
PDD: Plane Driven Development | |
Hacking together a small project entirely while in the air. | |
RDD: Readme Driven Development | |
When writing an open-source library, writing the README first with complete and | |
final "wish" API, then implementing it from the wishful README examples. | |
TDD: Test Driven Development | |
Tests first, then code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment