Why Test-Driven Development Matters
Test-driven development (TDD) is a short iterative methodology in which the tests are written before the program's functionality.
The functionalities are implemented through a cyclical 'red-green-refactor' approach.
Red: Write a failing test
Green:...
seanaxn.hashnode.dev7 min read