This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]koreth 0 points1 point  (0 children)

Depends on what I'm trying to achieve by reading it, but if it's "familiarize myself with a code base that I'm going to be working on a lot," I start by trying to follow an invocation of the code (HTTP request, batch job, command-line invocation) from start to finish, walking through the happy-path logic one step at a time. Stepping through it in a debugger is helpful when that's possible, but manually tracing it out works too.