...

/

General TDD Guidelines

General TDD Guidelines

Let's see which guidelines and best practices can be applied when following the TDD technique.

At this point, it’s worth summarizing which guidelines and best practices should be followed when we’re about to write a program with the test-driven development approach. Below is a list of rules and advice worth following when dealing with TDD. They are not meant to create solutions that can always be applied to every scenario, but rather, they should be evaluated based on individual use cases that are different from project to project.

Respect the Red-Green-Refactor cycle

This ...