Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Updated impact section for 006
Browse files Browse the repository at this point in the history
  • Loading branch information
tjohnson7021 committed Oct 14, 2024
1 parent cd967a8 commit 84cc5b2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions adr/006-domain-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,21 @@ hosted in Azure Functions?

### Positive

-
Encapsulation of domain-specific logic: Ensuring isolation of concerns; Core application logic remains unaffected
Reusability: Plugins can be reused reducing duplication
Flexibility: Domains can evolve independently and potentially be extracted into separate projects.
Targeted testing: Focused unit and integration testing

### Negative

-
### Negative

- Increased complexity: Managing multiple plugins can increase architectural complexity over time, especially with the addition of features.
- Dependency management challenges: Ensuring compatibility across multiple version can become cumbersome

### Risks

-
### Risks
- Maintenance burden: Possible increased maintenance burden which can require more rigorous testing
- Fragmentation: Increased possibility for inconsistencies across the system due to varying approaches

## Related Issues

Expand Down

0 comments on commit 84cc5b2

Please sign in to comment.