Comment on Ask HN: How Do You Navigate Code?Comments−dswilkerson4ystep through it in a debugger;run strace or ltrace on it;grep: works better with editor assistance, such as emacs M-x grep;write documentation for it;factor out parts of it;
Comments
step through it in a debugger;
run strace or ltrace on it;
grep: works better with editor assistance, such as emacs M-x grep;
write documentation for it;
factor out parts of it;