Paul Allies
Nov 3, 2021

--

The bigger your project gets, the more helpful these loosely coupled components will get. In addition to describing our application, the job of the TodoRepository is to marshal and abstract TodoDatasources (e.g: api, db, mock). We don't want our use cases doing too many things (God components). The use case will therefore only need to worry about calling the appropriate Repository.

I've rectified the typo.

--

--

Paul Allies
Paul Allies

Responses (1)