Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Graph of module internals #45

Open
bartolomej opened this issue Aug 1, 2023 · 1 comment
Open

Feature request: Graph of module internals #45

bartolomej opened this issue Aug 1, 2023 · 1 comment

Comments

@bartolomej
Copy link

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.

@jmcdo29
Copy link
Owner

jmcdo29 commented Aug 1, 2023

I can look into this. Determining the dependencies and graphing them out may be a bit complex, but I'll see what can be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants