Skip to content

Commit

Permalink
docs: add DR for automatic dependency injection
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Dec 6, 2023
1 parent 28c2dbb commit d459111
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/developer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Developer Documentation
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.
3 changes: 3 additions & 0 deletions docs/developer/decision-records/README.md
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/)

0 comments on commit d459111

Please sign in to comment.