Posts marked with “tdd”

Getting Started With Test-Driven Development

by · July 1, 2020

0
 

As developers, we spend a large portion of our time testing code we’ve just written. In a traditional testing cycle, we write some code and manually test it until it’s error-free, but how do we know it will be error-free a year from now? Embracing Test-Driven Development (TDD) allows us to quickly build a suite […]

 

Why TDD is based on testing first

by · March 11, 2010

1
 

Test-Driven Development is a test-first approach, and it could never be different. The advantages of test-first outweigh the time spent writing tests.