Open
Description
I don't know if this is the same as #19 but I thought it might be useful to explain my use case.
Given a large codebase, some 350k LOC, (dis)organized into piles of packages, sometimes preventing a graph from being generated, since the dot file is too complex, I guess?
I ended up trying to use max-bacon=1
and tried excluding some paths in the codebase, however that ends up removing a significant amount of nodes imported into the excluded files.
I saw the new cluster feature, and wondered if this might be a viable option to use clustering for internal packages as well - so that I can "collapse" significant chunks of the codebase if there are more than N nodes inside that package.
Does that make sense?
Metadata
Metadata
Assignees
Labels
No labels