The repository pattern is a data source abstraction that behaves like a collection; containing domain (value) objects. In this post we’ll be exploring what a repository is, and what it is not.
PHP
5 Ways to Extract Value from Overmocked Tests
Tomas shares his approach to get the most out of mocks, drop dead code, and make tests more valuable. Read more