Tag: Test-Driven Design
The Benefits of Test-Driven Design
At John Hancock, we use Test-Driven Design (TDD) for all our new initiatives. TDD has three simple steps: Before you write functional code, write a test that proves if the implementation works ...