Remove Engineering Management Remove Quality Assurance Remove Systems Review Remove TDD
article thumbnail

Here’s Why You Should Write Unit Tests

Modus Create

The time to fix these issues could’ve been used to build new features or optimize the existing system. Bear in mind that fixing bugs without running tests could also introduce new bugs into the system. Writing some complex test cases could take some time, especially if you’re adopting TDD (Test-Driven Development).

Testing 52