June 2020
Beginner
364 pages
8h 32m
English
For the modern application developer, a typical workflow involves a series of steps repeated over and over again. These steps are colloquially known as red/green/refactor. You create a unit test for the functionality under development that fails. This causes a red to appear in the unit test results. Next you write enough code to make the unit test pass, and then rerun all your tests. If all has gone well, you should have a green (all tests pass). The final step is to refactor the code you wrote. Neatening it up. Locate duplicated code and convert it into separate methods. ...
Read now
Unlock full access