TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby v3gasover 5 years ago
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

mooredsover 5 years ago
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.