Test Driven Development
From There Is No Such Thing as a Unit Test
Go to text →
- Test-Driven Development (TDD) is a software development methodology which encourages writing only development-informing tests, ensuring that 100% of the system's behaviour is always codified in tests.
Backlinks