The Home Depot Interview Question

What is Test-driven Development (TDD)? Have you used it in the past?

Interview Answer

Anonymous

May 18, 2021

A basic definition is that Test-driven Development creates unit tests first, then implements the minimum amount of functionality needed to satisfy the tests, and iterates from there.