-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
@unclebob Is it not true that all the arrows should point inward?
In this codebase, I see that CodecastDetailsUseCase
(in package cleancoderscom.usecases
) imports cleancoderscom.Context
, which in turn imports cleancoderscom.gateways.CodecastGateway
(from package cleancoderscom.gateways
).
Therefore, doesn't the Use Case layer import from the Gateway layer, which violates the dependency rule?
Metadata
Metadata
Assignees
Labels
No labels