Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saroar/swift_ios_tdd_fizzbuzz_app
Getting Started with TDD in Swift
https://github.com/saroar/swift_ios_tdd_fizzbuzz_app
ios swift swift-tdd tdd
Last synced: 19 days ago
JSON representation
Getting Started with TDD in Swift
- Host: GitHub
- URL: https://github.com/saroar/swift_ios_tdd_fizzbuzz_app
- Owner: saroar
- Created: 2017-05-04T20:26:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T12:10:20.000Z (almost 8 years ago)
- Last Synced: 2024-11-21T11:34:48.056Z (3 months ago)
- Topics: ios, swift, swift-tdd, tdd
- Language: Swift
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Swift IOS BizzFuzz
A fun new take on the classic FizzBuzz game. Count as high as you can before the time runs out.
This app was built in preparation to write Getting Started with TDD in Swift which is a fun, interactive introduction to building a iOS using native testing tools.
### Key Skills
* Test Driven Development
* XCTest and UITest
* Swift
* App Store submission process