Comment on Ask HN: Is TDD still a thing in 2018?Comments−JanisL8yThere are times where TDD makes a lot of sense, I find it to be quite useful in situations where you have some sort of known interface you need to implement exactly. In that case writing the tests first tends to save a lot of time overall.
Comments
There are times where TDD makes a lot of sense, I find it to be quite useful in situations where you have some sort of known interface you need to implement exactly. In that case writing the tests first tends to save a lot of time overall.