clean-swift.com
Effective Unit Testing - Clean Swift
Unit testing is a double-edged sword. If done wrong, unit testing feels like extra baggage. You’re essentially writing and maintaining your app twice. Making changes in one breaks the other. You start to wonder what is the point of writing all these tests that break all the time. It slows you down. It doesn’t add...