Skip to content

Instantly share code, notes, and snippets.

@mbleigh
Created May 8, 2009 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mbleigh/108954 to your computer and use it in GitHub Desktop.
Save mbleigh/108954 to your computer and use it in GitHub Desktop.
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