April 2018
Beginner
536 pages
13h 21m
English
Test-driven development is a testing methodology that focuses on encouraging developers to write tests before they write application code. Usually, the process of writing code in TDD consists of the following basic steps:
This process is often represented as the "red-green-refactor" diagram:
The choice between using TDD or not comes down ...