DEV Community

Discussion on: The Dev.to-Community's Opinion about Unit-Tests

Collapse
 
nateous profile image
Nate

Try practicing TDD on something that isn't just a CRUD app. That was a huge hurdle for me at first. Why do I need to test that I got the data!?! It wasn't until I started writing code that manipulated things that I understood how unit tests can help.