Hacker News new | ask | show | jobs
by dswilkerson 1398 days ago
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;