Slicing Persistence Adapters
Learn how to slice persistence adapters.
We'll cover the following...
In the previous lesson, we have seen a single persistence adapter class that implements all persistence ports. There is no rule, however, that forbids us to create more than one class as long as all persistence ports are implemented.
We might choose, for instance, ...