Pure Swift BDD framework
-
Updated
May 28, 2018 - Swift
Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases. This is as opposed to software being developed first and test cases created later. Programmers also apply the concept to improving and debugging legacy code developed with older techniques.
Repeat.
Pure Swift BDD framework
This repo contains the exercises provided by the book Test-Driven iOS Development With Swift 3. Though the book is based on Swift 3 I'll be migrating its exercises for Swift 4 with Xcode 9.
This is an example how to collect data from multiple services. It is implemented using TDD, Adapter design pattern.
A movie iOS app built with the MVP Design Pattern using Modularization to make code maintainable, scalable.
Sample iOS app built with Clean Swift architecture, CoreData
An app that loads an image feed, developed with TDD and using Swift, is a social media platform that is built and tested according to the principles of test-driven development.
Created by Kent Beck, D.D. McCracken
Released 1957