Jul 25, 2017 · 1 min read
Hey Paul!, nice addition, the thing with this pattern is that you are actually putting all the domain/data/network logic into the ViewController (it’s a massive view controller) but splited into categories, if you want to test anything from that view you will encounter the problem that’s all coupled to the actual view controller via extensions :)
