Hacker News new | ask | show | jobs
by dcuthbertson 29 days ago
> If a() calls b(), I wouldn't think the stack frame while running b is the ancestor of a.

I think of b as the child/descendant of a because a creates the running instance of b, and that makes a the parent/ancestor of b.