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"
- Host: GitHub
- URL: https://github.com/pardel/talk_tdd_ios_sample_code
- Owner: pardel
- Created: 2017-03-10T08:33:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T09:19:21.000Z (over 9 years ago)
- Last Synced: 2025-02-10T10:15:21.353Z (over 1 year ago)
- Language: Swift
- Homepage: https://skillsmatter.com/skillscasts/9502-test-driven-ios-development-with-paul-ardeleanu#video
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.