Comment on Show HN: Arcaide – Explore code with multi-level call graphsComments−mtsNews2moHow does it decide which call graphs to include? In a typical project there can be many and these graphs seem to be a small subset.−aqulaOP2moIt identifies telemetry, accessors, and other trivial code and strips them out of the graph. The idea is to retain architecturally relevant parts of the code.
Comments
How does it decide which call graphs to include? In a typical project there can be many and these graphs seem to be a small subset.
It identifies telemetry, accessors, and other trivial code and strips them out of the graph. The idea is to retain architecturally relevant parts of the code.