Unit Testing as a 1st-class Citizen

I often see unit testing completely overlooked until after code is written, and I have been hugely guilty of this in the past. Testing can sometimes be seen as taking longer, doesn’t add perceived value, or it’s too complicated. I’m going to try and change those perceptions, to help you or others around you see why tests are just as important as the code itself! Why should I test? There are many reasons why you should test your code, and all of them will help you!...

February 14, 2021 · 11 min · Rob Holmes