今日已更新 252 条资讯 | 累计 28564 条内容
关于我们

标签:#hack

找到 9981 篇相关文章

AI 资讯

Show HN: Arcaide – Explore code with multi-level call graphs

One of the things I do when approaching a new codebase is to find the entry points and start exploring down the call paths. This gives a good overview of the different components in the code and how they're connected. I wanted to translate that to a visual experience, similar to how you would use call graphs, but there's a couple of problems with classical call graphs. One, call graphs represent flow at the function level, so the architectural context is lost. And call graphs tend to get very la

2026-07-09 原文 →