DEV Community

Discussion on: My testing epiphany

Collapse
 
hilaberger92 profile image
Hila Berger

Great article!
I started working with unit testing a few months ago. As time goes by, I understand the importance of it more and more.
It even "saved me" once. I changed a certain part of my code, and it affected the code of a different developer.
Luckily we had unit tests covering both of our codes, so we identified the bug pretty quickly.