Martin-Pierre Frenette

Blog of a Web Developer with 20 years of development experience

Martin-Pierre Frenette

Category: Web Development

What is Test Driven Development?

Test-driven development is when you write the test first, which will fail because you still didn't write the proper code for the test to pass, and then, **make as little coding as possible for the test to pass properly.**