Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonreid/MarvelBrowser
iOS TDD Sample App
https://github.com/jonreid/MarvelBrowser
objective-c tdd
Last synced: 16 days ago
JSON representation
iOS TDD Sample App
- Host: GitHub
- URL: https://github.com/jonreid/MarvelBrowser
- Owner: jonreid
- License: other
- Created: 2014-11-20T04:44:49.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2020-06-27T04:55:59.000Z (over 4 years ago)
- Last Synced: 2024-10-27T22:21:49.291Z (17 days ago)
- Topics: objective-c, tdd
- Language: Objective-C
- Homepage: https://qualitycoding.org
- Size: 213 KB
- Stars: 50
- Watchers: 17
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Marvel Browser: A TDD Case Study
This is slowly becoming an iOS sample app to showcase Test Driven Development
(TDD). The commit log shows you my sub-steps and thoughts as I progress.To build the project:
1. Get your own keys from http://developer.marvel.com
2. Inside MarvelBrowser/MarvelBrowser, copy MarvelKeys.m-template to MarvelKeys.m
3. Edit MarvelKeys.m, filling in your own keys. This file is ignored by Git.For a list of all the blog posts, see http://qualitycoding.org/tdd-sample-archives/