How to read large codebases

Listen to this article: Waste more time reading than writing As developers, we should spend more time reading than writing code. Mostly because we will try to change code, and to change it, we need to understand how our changes affect other parts of the system. Understand the design intentions Instead of trying to read line by line, understanding the behaviors, try to understand the intentions. Think of some questions to drive your thoughts:...

March 19, 2022 · 2 min · Jonathan