Skip to content

Instantly share code, notes, and snippets.

@MonkeyIsNull
Created October 8, 2015 18:39
Show Gist options
  • Save MonkeyIsNull/eccaefa23fdb7e7d85e6 to your computer and use it in GitHub Desktop.
Save MonkeyIsNull/eccaefa23fdb7e7d85e6 to your computer and use it in GitHub Desktop.
A software development process that relies on the repetition
of a very short development cycle: first the developer writes
an (initially failing) automated test case that defines a
desired improvement or new function, then produces the minimum
amount of code to pass that test, and finally refactors the new
code to acceptable standards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment