I worked at the same company for about ten years. While I ended up working on many different systems, there were a couple constants in the mix. It’s remarkable how ingrained those codebases are in my head. Having started a new job, I miss the ability to quickly know exactly where in the code needs to change to support some new feature.
This ability to navigate a codebase in your head feels to me very much like navigating the physical world. It feels almost like walking through callgraphs and directory structures. In a codebase I’m very familiar with, I can plop myself down to exactly the right location and all paths from there are clear. In a new codebase, I often need to start from some few currently-known starting points and try to navigate from there, trying to discover my destination. I wonder if it’s the same for others.1
-
ChatGPT tells me that there has been some research here and thinking about code organization triggers the parietal lobe, which is also used for physical navigation. I don’t feel like determining if this is a hallucination or fact, but it does align with my feeling. ↩︎