Test driven development training
Overview
- Test-Driven Development (TDD) is an iterative programming technique where you first write a failing test, which describes what you want to achieve, and after that write production code to pass the test.
- This course consists of several exercises about using TDD, refactoring and writing tests.
- It helps in attaining fewer bugs with less debugging & better design.