Is it possible for another service module to import another repository module? #131
JuTiger-Lee
started this conversation in
General
Replies: 1 comment 11 replies
-
Read modules section. If you import files between modules you create coupling between those modules. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
If User Service import to use Feed Repository, Is case no problem?
If there is a problem in this case, Is there any problem if I create an interface in FeedRepository and DIP it?
I think it is correct to use import between services.
Beta Was this translation helpful? Give feedback.
All reactions