Application development - Standard
TDD
(Test-Driven Development)
A development approach where tests are written before the code needed to make them pass
What's it for?
Helps developers build code in small steps with automated tests guiding the design