Test Driven Development (TDD) is a way of writing code that is tested by thousands of engineers around the world. The process is fairly simple: write a test, write the simplest possible code, and refactor both. The more experience you have, the more difficult TDD is at the beginning because you have acquired different habits.

6m read timeFrom dev.to
Post cover image
Table of contents
Where to start?Should you always follow the process?How to level up?Conclusion
2 Comments

Sort: