1 min readApr 6, 2016
Great article Krzychu Kosobudzki! My two cents, the pattern combined with dependency injection to create the repository achieves even more independence. You fancy using new repo? just implement it along with its specs and change the injection provider method. I use this pattern all the time :D