Popular repositories Loading
-
CleanStore
CleanStore PublicA sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the cre…
-
Authentication
Authentication PublicThis sample project illustrates how to decouple authentication logic, and write unit tests using different types of test doubles.
Repositories
- CleanStore Public
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
- Imaging-2 Public
Another sample project to demonstrate how to use UIImagePickerController in Clean Swift
- Simple Public
A simple login system to demonstrate how the VIP cycle fully encapsulate the `UserDefaults` details from the rest of your app
- Gister Public
This app lists all public gists using GitHub's API. It demonstrates how to encapsulate all API code and write unit tests for it.
- Asynchronous Public
This project demonstrates two different approaches to handle asynchronous operations: 1. Completion Handler, and 2. VIP Cycle.
- Synchronous Public
This project demonstrates five different approaches to handle synchronous operations - when you need the result in the same calling method now, instead of a different delegate method later. The five approaches are: 1. State Variable, 2.Return Value, 3. In-Out Parameter, 4. Completion Handler, and 5. VIP Cycle.
- TDD Public
This is a demo project for the detailed walkthrough of Test Driven Development in my Effective Unit Testing book.
Top languages
Loading…
Most used topics
Loading…