请问HN:你在编码实践中使用思维导图吗?
我一直在我的编码实践中使用思维导图。当我深入一个新的项目并面对不熟悉的代码库时,我会通过将代码片段直接放入思维导图作为节点来进行分析。这里还有其他人这样做吗?
我以前会将代码复制粘贴到一个单独的思维导图应用程序中,但最终我开发了一个 Visual Studio / VS Code 扩展,使这一过程可以原生完成。这个扩展允许你通过点击节点直接跳转到链接的代码。这一功能在代码导航方面对我来说是个重大改变。供参考,这个扩展叫做 Code Mind Map(https://codemindmap.com/)。
查看原文
I've always used mind maps in my coding practice. When I dive into a new project with an unfamiliar codebase, I analyze it by putting pieces of code directly into a mind map as nodes. Is anyone else here doing the same?<p>I used to copy and paste code into a separate mind-mapping app, but I eventually developed a Visual Studio / VS Code extension to do this natively. It lets you jump to the linked code with a click on the node. This feature was a game changer in code navigation for me. For reference, the extension is called Code Mind Map (https://codemindmap.com/).