
Clean Code – How to Write Amazing Unit Tests
Coding Blocks
00:00
Test Depends on Each Other or a Specific Order?
Test depend on each other or a specific order? No, but i have seen them get called on different orders. I've diffely written some terrible tests that depend on results and they're obviously not unit tests because they're depending on state by s. These should be repeat able in any environment without any specific interstructure. They need to be written in a timely fashion, just before production code is written.
Transcript
Play full episode