mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
a97383f2de
We do not want our Repositories to implement business logic like deciding which events should be created. As that creates too tight of a coupling, and makes it harder to swap out repositories in future. Instead they should only be concerned with the storage, retrieval and hydration of Entities from the persistence engine. |
||
---|---|---|
.. | ||
OfferMapper.js | ||
OfferRepository.js | ||
OffersAPI.js | ||
UniqueChecker.js |