|
|
|
Ask HN: Candidates with no sample code?
|
|
14 points
by tedroden
5252 days ago
|
|
I've been interviewing/hiring a lot lately ( www.fancyhands.com/jobs ). One thing I've noticed is that a lot of candidates don't have code samples ready. After looking at a good resume, I tend to ask for code samples and to set up an interview in person. More often than not, people don't have any code samples they can share. No github, etc. I'm not looking for "work" code or even a full application. Just something above a hello world that the candidate wrote. Personally, I'd rather see a few code samples than a resume. You can talk me through your work history, but you can't just talk about code. I'm not going to hire someone on a code sample alone, but I think it really moves the conversation forward. So, the question: Am I being harsh in thinking it's a BIG red flag if a candidate has no code samples? How do you approach a candidate with a solid resume but zero code samples? |
|
Now that I'm on the hiring end, I've been ask for a sample from candidates, but I'm starting to find them not all that helpful. I've gotten a ton of model classes that are pulled out of Rails or Django apps. Which is fair, if you're building a fairly vanilla app on an MVC web framework, a model is probably one the more self contained pieces, but I think it's really hard to judge a candidate by them.
Ultimately, I've found a much better way to get a feel for how someone codes is to have them come in and pair with them for an hour or two. First spend some time showing them the codebase at a high level and work with them on a really quick problem to see if they get the basics, and if they do, dive into something a little more substantive. Has the nice side effect of seeing if you're going to get along.