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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you do when you join a new team with an existing codebase?

3 点作者 v3gas超过 5 年前
Do you<p>- look at the tests?<p>- pick a function and follow it in a debugger?<p>- pick a task and figure out how to implement it?<p>- pair program?<p>- etc<p>Personally, I&#x27;ve found picking a task and start doing it is helpful

1 comment

mooreds超过 5 年前
I wrote a whole blog post about that:<p><a href="https:&#x2F;&#x2F;letterstoanewdeveloper.com&#x2F;2018&#x2F;09&#x2F;24&#x2F;learning-to-read-code-is-more-important-than-learning-to-write-it&#x2F;" rel="nofollow">https:&#x2F;&#x2F;letterstoanewdeveloper.com&#x2F;2018&#x2F;09&#x2F;24&#x2F;learning-to-re...</a><p>Tldr:<p>* Do a high level scan<p>* Dive deep on one part<p>* Use the scientific method. Create small experiments to help you build your intuition about the system.