Oscar Antonio Duran Grillo
1 min readJul 25, 2017

--

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 :)

--

--