-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
Clean Architecture has a single rule: dependencies must always point toward the domain.
Many NestJS projects violate this rule, even those that claim to use Clean Architecture.
NestJS has a key feature that is often misused and ends up breaking the dependency rule.
That same feature, when used correctly (as shown in the documentation), allows the rule to be respected without hacks.
The key is to properly understand the rule and know what to do and what not to do. The documentation explains how to apply the correct option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels