1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

Add TDD details

This commit is contained in:
Kamran Ahmed 2022-09-01 21:51:48 +04:00 committed by GitHub
parent d84f0cc08d
commit de7d0b6276

View File

@ -1 +1,3 @@
# Tdd
# TDD - Test Driven Development
The team needs to adopt TDD; developing against tests and use-cases. With this approach, you can assure the minimum amount of time and effort being consumed during regression rounds. Having a clear set of acceptance criteria can make the team more productive in a shorter time.