Patrik Drean
Test-driven Development Fundamentals
By: Patrik Drean
Test-driven development (TDD) is a methodology that programmers use to produce higher quality code. The "typical" procedure of coding has always been code first, test second. TDD swaps this mindset by focusing on testing before the actual coding happens.