-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add DR for automatic dependency injection
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Developer Documentation |
13 changes: 13 additions & 0 deletions
13
.../developer/decision-records/2023-12-06-automatic-dependency-injection/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Automatic Dependency Injection | ||
|
||
## Decision | ||
|
||
We will stop injection production dependency in the modules with the build plugin. | ||
|
||
## Rationale | ||
|
||
Automatic dependency injection will add potentially unnecessary dependencies to every module that uses the build plugin. | ||
|
||
## Approach | ||
|
||
Remove the automatic dependency injection for production dependency. The injection will be left for the test ones. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Decision Records | ||
|
||
- [2023-12-06 Automatic Dependency Injection](2023-12-06-automatic-dependency-injection/) |