DEV Community

Discussion on: Why You Should Be Unit Testing

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski • Edited

First of all nice article.

Writing unit test is helpful in case of achieving SOLID principles in your code. In my opinion, this is added value of unit tests in our code.

If you want there is a great series of SOLID:

Cheers.