Clean Code Tip: F.I.R.S.T. acronym for better unit tests
FIRST is an acronym that you should always remember if you want to write clean and extensible tests.
This acronym tells us that Unit Tests should be Fast, Independent, Repeatable, Self-validating, and Thorough.
Fast
You should not create tests that r...
code4it.hashnode.dev4 min read