this post was submitted on 08 Apr 2025
734 points (98.4% liked)

Programmer Humor

22349 readers
4030 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] latenightnoir@lemmy.blahaj.zone 82 points 5 days ago (3 children)

Having to hold interviews was the worst part of the job, by far... Brings about a certain kind of guilt, to sit there and try to sell battery acid as ice-cold lemonade.

[–] adrian@50501.chat 41 points 5 days ago (2 children)

Debugging interviews are great, because it really allows you to see how someone thinks. You give them a working test and some buggy code, then ask them to debug it and take as much time as they need while you look over your shoulder (virtually). IDC what the methodology is or the time it takes, if you can solve logic puzzles, you'll make a decent programmer.

[–] frezik@midwest.social 10 points 4 days ago* (last edited 4 days ago)

if you can solve logic puzzles, you’ll make a decent programmer.

I mean, that's what Google did several years ago. They stopped because data showed it didn't mean anything.

That said, debugging existing code is a more realistic test of what you'll be doing on any programming job, as opposed to writing anything from scratch.

Oh, I didn't mean the content, I meant the purpose of it. In my experience, it wasn't just about testing the interviewees, it implies having to 'sell' the company as well, to give the interviewees reasons to want to be hired. That's the bit which generated the guilt.