What should I test?
Never get stuck when writing unit tests again by following these "what to test" tips.
Jan 22, 20225 min read210
Search for a command to run...
Articles tagged with #software-engineering
Never get stuck when writing unit tests again by following these "what to test" tips.
Most likely, you've heard about unit testing and know what it is. I found unit tests out in 2011, but I actually used them just in 2018. Writing unit tests has brought many benefits, both for the apps I develop and my career, but why did it take me s...