You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the API for graphing the relations between modules, but I'd be also interested in an API for graphing the internals of modules - the dependencies between services and controllers.
I think a potential use case for this is for refactoring. For example, I've just started refactoring a decently large codebase where there is no clear separation of services/controllers into modules, so I'm trying to better understand the relations between individual services, which should help me create a more optimal module structure - this is where this library could also come into play.
The text was updated successfully, but these errors were encountered:
I love the API for graphing the relations between modules, but I'd be also interested in an API for graphing the internals of modules - the dependencies between services and controllers.
I think a potential use case for this is for refactoring. For example, I've just started refactoring a decently large codebase where there is no clear separation of services/controllers into modules, so I'm trying to better understand the relations between individual services, which should help me create a more optimal module structure - this is where this library could also come into play.
The text was updated successfully, but these errors were encountered: