mp911de / CleanArchitecture

CleanArchitecture Example
228 stars 68 forks source link

Dependency on lineItems #8

Open yokehman opened 1 year ago

yokehman commented 1 year ago

Hi, First of all, thanks for the source code. I'm new to this architecture and learning through your code, just to check if i understand it the concept correctly, shouldn't the dependency (link below) be on the lineItems interface instead of the implementation? https://github.com/mp911de/CleanArchitecture/blob/main/delivery/web/src/main/java/biz/paluch/clean/architecture/facade/ItemService.java#L27