TDD Practice
Repository for TDD practice
Execution
TDD cycle
- Add a small test.
- Run all the tests to confirm that the test fails.
- Modify a little.
- Run all the tests to confirm that the test is successful.
- Refactoring to remove duplicate.
Tdd list
- Bank Business
- Baseball Game
- Bank Kata
- String Calculator
- Test Drive Development by Example
- Let's Play TDD
- PRIME NUMBER
- Closer to Zero
- Auth Service
- Bowling Game
- Movie
- Name inverter