TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you read and explore an undocumented codebase?

2 点作者 arsalanb超过 4 年前
When working with a large third-party library which is open source or a large undocumented codebase left over by a previous developer, how do you go about understanding the codebase?

2 条评论

simplecto超过 4 年前
The IntelliJ line of projects are fantastic for this.<p>I can make the jumps around in multiple files and libraries to follow the flow.<p>I can easily setup debugging, set breakpoints, and watch what values poorly named variables carry.<p>It spots unused imports and variables in the code as well, which makes it easier to clean out cruft.<p>I have heard good things about Visual Studio Code as well, but IntelliJ gets my money every time.
OneFunFellow超过 4 年前
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25789336" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25789336</a>