Test Driven Development (TDD) is a widely-used software development technique that involves writing automated tests before writing the code that implements a feature. However, one of the biggest misconceptions about TDD is that it’s all about testing. In fact, as this article by Lucas da Costa explains, TDD is not...
[Read More]