So what actually is unit testing? You write some code. Then you write some extra code that tests whether your original code does what you expect it to do*. That's unit testing. You typically use something called a 'testing framework' to write those t...
jlopenshaw.hashnode.dev2 min read
No responses yet.