# What is TDD?

**Full Name:** Test-Driven Development

**Category:** dev

## Overview
It is a development method based on first preparing the test of the code to be written and then writing enough code to pass this test.

---
Source: TreScout Tech Dictionary · https://trescout.com/en/dictionary/tdd/
