Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 389 Bytes

File metadata and controls

8 lines (5 loc) · 389 Bytes

Main Index

Test Driven Development

Test Driven Development (TDD) is a software development process where tests are written before the code. The developer writes a test for a function, implements the function to pass the test, and then refactors. This cycle ensures code reliability and clarity.

TOC