Dependency weight on module arrows #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Show the number of type-level relationships crossing each module boundary as a weight on the module-level diagram arrows. Thicker arrows or labels (e.g.
A --"12 deps"--> B) indicate higher coupling between modules.Helps identify which module boundaries have the most coupling and are candidates for refactoring.
Acceptance criteria
--no-weightsflag to disableBlocked by
None - can start immediately