The components in the source code must have as few dependencies as possible.
Having as few dependencies as possible is about being mindful of the dependencies that are introduced. It's a balance between modularity, simplicity, and flexibility that contributes to a more maintainable code over time.
This requirement is verified in following services
Plan | Supported |
---|---|
Essential | 🟢 |
Advanced | 🟢 |