DEV Community

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

Collapse
 
kayis profile image
K

Probably.

To me it still feels like a chore, but I wish I had an aha-moment that would change this, hehe.

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.