DEV Community

Muhammad Ilham
Muhammad Ilham

Posted on

The Three Laws of Test-Driven Development

When I studied at Hacktiv8 Indonesia I was told about Test-Driven Development. It is a development process where instead of you write the code real implementation, in TDD you have to write the test first.

I still remember the expression on my face, “lol, we don’t have any code? what to test?”.

Long story short, I am in love with TDD. Other than it being cool to write a unit test, it also helps a lot in the development process, especially when you working on a team.

Read more at my blog:

https://blog.muhammadilham.xyz/post/three_laws_of_tdd/

Kindly leave comments suggestions criticisms or anything xD

Top comments (0)