Y
Hacker News
new
|
ask
|
show
|
jobs
by
jbenoit
929 days ago
So do you never look at a program and try to figure out everything that it does? You always just read one function at a time?
1 comments
earthboundkid
929 days ago
If I wanted a big picture, I would look at the docs to get the overview of the public interfaces. Once you're in the file, you're tracing execution for the most part.
link