Test or Go Fishing — a guide on how to write better Swift for iOS

This post contains the slides from my TechTalks Timisoara talk

Whilst not a panacea for your development troubles (but certainly a headache for many), Test Driven Development (or any of its incarnations) can prove something of a silver bullet if done correctly and consistently. Cleaner code and shorter QA cycles are two of the best benefits.

In this talk, Paul will get you started with TDD in Swift, best practices and tools available. We’ll be looking at prototyping & writing tests in Xcode Playgrounds before migrating to a project, the benefit of writing various types of tests and using 3rd party frameworks.