You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's happened often enough where I change something and it breaks things. Someone had started to write tests. Though at the time I didn't understand what they were trying to do. I still struggle with it. I watch videos about test driven development. Though I guess you need to write tests to get better at testing. I found testing free functions are easy just pass in input and see if you get expected results. It's something to think about.
The text was updated successfully, but these errors were encountered:
Hey @Sebanisu, it’s me who started a discussion about unit tests. If you have an idea which functions you would like to see tested, let me know. I will help you out.
It's happened often enough where I change something and it breaks things. Someone had started to write tests. Though at the time I didn't understand what they were trying to do. I still struggle with it. I watch videos about test driven development. Though I guess you need to write tests to get better at testing. I found testing free functions are easy just pass in input and see if you get expected results. It's something to think about.
The text was updated successfully, but these errors were encountered: