Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 264 Bytes

template.md

File metadata and controls

11 lines (9 loc) · 264 Bytes

Chapter template

Some intro

Write the test first

Try and run the test

Write the minimal amount of code for the test to run and check the failing test output

Write enough code to make it pass

Refactor

Repeat for new requirements

Wrapping up