Test-Driven Development (TDD) is an iterative programming technique where you first write a failing test, which describes what you want to achieve, and after that write production code to pass the test. The code is continually refactored to make the next change easier.
-
Notifications
You must be signed in to change notification settings - Fork 0
Test-Driven Development (TDD) is an iterative programming technique where you first write a failing test, which describes what you want to achieve, and after that write production code to pass the test. The code is continually refactored to make the next change easier.
License
MOOC-FL/Test-Driven-Development
About
Test-Driven Development (TDD) is an iterative programming technique where you first write a failing test, which describes what you want to achieve, and after that write production code to pass the test. The code is continually refactored to make the next change easier.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published