Clean Code Tip: Tests should be even more well-written than production code
You surely take care of your code to make it easy to read and understand, right? RIGHT??
Well done! ๐
But most of the developers tend to write good production code (the one actually executed by your system), but very poor test code.
Production code ...
code4it.hashnode.dev2 min read