MERLin' is a reactive framework that aims to simplify the adoption of an events based architectural style within an iOS app. It emphasise the concept of modularity, taking to the highest level the principle of separation of concerns.
MERLin' uses RxSwift to power the chosen messaging design pattern which is Publish-subscribe.
With high modularity comes high testability, control over dependencies and a lower build time.
For more please read our wiki.
Wanna talk with us and ask for more information? Join our slack channel
- Medium -> Events Driven Architectures with MERLin
- About our Events -> Swift Enums, Mind the Gap: EnumKit to the Rescue