Tag: tdd
-
Book Review: Test-Driven Development in Swift
I like Test-Driven Development (TDD). It’s a great idea to use tests to guide you through your development process. Just like the idea to end your day with a failing test. That way you have an awesome starting point the next day. In my previous job as a .NET developer, TDD was a familiar tool…