Test-Driven Development Tutorial for iOS
You’re working on a new feature and suddenly an old feature stops working even though you wrote unit tests. Or you’re refactoring legacy code and you think it’s done, but suddenly you find a lot of bugs. So you go back, you make the fixes, and you think it’s done, but then you find more…