-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LG 03-08 Should Include Dependency Injection explicitly #582
Labels
Comments
gernotstarke
added
help wanted
Extra attention is needed
question
Further information is requested
labels
Oct 10, 2024
Right - D-Injection is mentioned in 03-06 as one option to achieve D-Inversion. In my opinion the cohesion between injection and inversion is higher, so I consider it better to put those two together in a single LG. |
It wouldn't hurt to list it under 03-08 as well as 03-06. I agree with @michaelpog, it is "buried" in the 03-06 and not clear, if it is exam-relevant. |
gernotstarke
added
enhancement
V2025
Release 2025
and removed
help wanted
Extra attention is needed
question
Further information is requested
labels
Oct 13, 2024
gernotstarke
added a commit
that referenced
this issue
Oct 13, 2024
see PR #629 |
rhoadesre
added a commit
that referenced
this issue
Oct 13, 2024
…tion #582 add dependency injection to LG-03-06 and cross-reference it
Changes committed |
github-project-automation
bot
moved this from waiting-for-approval
to Done / Implemented
in V-2025
Oct 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that LG 03-08 explicitly mentions three patterns: Layer, Pipes and Filters and Microservices.
However, Dependency Injection is also indirectly mentioned as R1 in LG 03-06.
I think it would be better to mention Dependency Injection as one of the patterns in LG-08, explicitly.
Right now it's kind of buried in 03-06.
The text was updated successfully, but these errors were encountered: