Tutorial
Technical Excellence

What working in a real codebase really is

The 4-minute mental model behind Working in a real codebase.

The idea in one line

On the surface, Working in a real codebase can look like a single technique you either know or you don't.

Why it's worth your time

Everything else a Delta does sits on top of solid engineering.

How to recognise it in the wild

1. Spot the moment. Notice when *working in a real codebase* is the move the situation is asking for — usually when it's tempting to skip it. 2. Name the goal. Say, in one sentence, what a good outcome looks like here. 3. See the core move. The heart of Working in a real codebase is simple: land a PR in an unfamiliar large repo. 4. Know you're done. You've got it when this stops feeling like a technique and starts feeling like instinct.

What "good" looks like

  • Your code is simple to read and hard to break.
  • You design for the failure cases, not just the happy path.
  • You ship things that hold up in production.
Next: try the step-by-step tutorial to actually run the rep.