Closed bslota closed 5 years ago
@bslota Because book
has holds by some patron
and patron
can hold any book
. So, this dependency cycle is implicit by requirement, no?
Explain me please if I misunderstood.
Also, this ticket is workings of https://github.com/ddd-by-examples/library/issues/19
Duplicate of #19
@dosdebug you're right. I'm closing the issue. We will move the discussion there.
There are dependency cycles between
patron
andbook
packages.Problematic dependencies include: events, PatronId, book types