This project is an experiment around the idea of stateless coordinators with the aim of making navigation logic more testable.
- Abstract
UIKit
away from coordinator logic to make testing easier - Keep coordinators stateless, so memory management is easy
- Wrap
UINavigationController
andUIViewController
inPushing
andPresenting
protocols - Make coordinator functions static