An open API service indexing awesome lists of open source software.

https://github.com/pardel/talk_tdd_ios_sample_code

"Test Driven iOS development"
https://github.com/pardel/talk_tdd_ios_sample_code

Last synced: about 1 year ago
JSON representation

"Test Driven iOS development"

Awesome Lists containing this project

README

          

## Sample code for the "Test Driven iOS development" talk

SkillsMatter on March 9th 2017

### Video
https://skillsmatter.com/skillscasts/9502-test-driven-ios-development-with-paul-ardeleanu#video

### Abstract
Are you interested in TDD? Join Paul to to learn how to get started with TDD in Swift, best practices and use of the tools at hand.

Whilst not a panacea for your iOS development troubles, TDD can prove to be something of a silver bullet and help mitigate long QA times. In this talk you'll be starting with exploring prototyping & tests in Playgrounds before migrating to an iOS project and unit test everything, including the UI elements.