Skip to content

Instantly share code, notes, and snippets.

View JasonVanRaamsdonk's full-sized avatar
:electron:
je maintiendrai

Jason van Raamsdonk JasonVanRaamsdonk

:electron:
je maintiendrai
  • Dublin Ireland
View GitHub Profile
@cardasac
cardasac / SE-2018.md
Last active May 13, 2019 01:37
SE-2018

1.

a)

Definition

Test-driven development (TDD) is 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