- Test-Driven Java Development(Second Edition)
- Alex Garcia Viktor Farcic
- 55字
- 2021-06-24 18:31:43
Understanding TDD
At this time, you are probably saying to yourself, OK, I understand that TDD will give me some benefits, but what exactly is TDD? TDD is a simple procedure of writing tests before the actual implementation. It's an inversion of a traditional approach where testing is performed after the code is written.