Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Per DDD/Eric Evans, aren’t I supposed to use 1 repository per Aggregrate Root? Commented Apr 13, 2018 at 10:49
  • @keelerjr12 Typically yes. But that doesn't mean you can't or won't have multiple aggregate roots in your design. My proposal is based on the fact that Entry is treated as an aggregate root. I don't know the very specifics of your application but in your scenario I think an Entry needs to be treated as such because (logically) there will be more than one cases when you want to access it outside the Journal aggregate. Commented Apr 13, 2018 at 11:39