Live data from Hacker News

Include debugging in the interview process

zhenghao.io

1–10 of 18 posts

Re: Include debugging in the interview process

#3
Recent similar-ish sort of article that I quite enjoyed, "How to Freaking Find Great Developers By Having Them Read Code"[1].

I really really appreciate having resourceful people about. People who can go hunt for answers, who can explore questions: they are the ones that make excellent fantastic programmers, and people who are fun to engage with & watch go at it. I very much agree there's a huge weakness in drilling people to see if they can come up with answers, and that this idea of seeing how they navigate & explore things is probably >50% of the real battle in sw dev life.

[1] https://freakingrectangle.wordpress.com/2022/04/15/how-to-fr... https://news.ycombinator.com/item?id=31047409 (993 points, 6 days ago, 542 comments, damnnnnnn!!)

Re: Include debugging in the interview process

#6
post #3

Recent similar-ish sort of article that I quite enjoyed, "How to Freaking Find Great Developers By Having Them Read Code"[1]. I really really appreciate having resourceful people about. People who can go hunt for answers, who can explore questions: they are the ones that make excellent fantastic programmers, and people who are fun to engage with & watch go at it. I very much agree there's a huge weakness in drilling…

Yup and I'm not sure if adding a debugger to the mix is actually worth it.

Sure, it's closer to the actual day to day work, but a great dev should be able to understand code even without a debugger.

Re: Include debugging in the interview process

#7
post #6
post #3

Recent similar-ish sort of article that I quite enjoyed, "How to Freaking Find Great Developers By Having Them Read Code"[1]. I really really appreciate having resourceful people about. People who can go hunt for answers, who can explore questions: they are the ones that make excellent fantastic programmers, and people who are fun to engage with & watch go at it. I very much agree there's a huge weakness in drilling…

Yup and I'm not sure if adding a debugger to the mix is actually worth it. Sure, it's closer to the actual day to day work, but a great dev should be able to understand code even without a debugger.

A great dev “should” have more than one tool at their disposal.

I find that “exploratory debugging” (for lack of a better term) is an under appreciated skill — using the debugger to learn about the code by seeing it in action as part of the ramp up process.

Post reply on HN