mbleigh (owner)

Forks

Revisions

gist: 108954 Download_button fork
public
Public Clone URL: git://gist.github.com/108954.git
Embed All Files: show embed
definitions.txt #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.