The ultimate manifestation of a simplification is replacing N>1 things with 1 thing. If each of these things in turn are non-trivial, you can really feel how much complexity of behavior you cut away.| Christian Tietze
Where I realize that building dependencies in DEBUG mode can offer insights.| Christian Tietze
After weeks experimenting different patterns and code structures, I wanted to go further in functional reactive programming and see how to take advantage of it while following Coordinator pattern. This post describes how integrate RxSwift with Coordinator pattern and which mistakes to avoid.| Benoit Pasquier