this post was submitted on 20 Feb 2024
0 points (50.0% liked)

Programming

16212 readers
148 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 24 points 4 months ago (4 children)

I asked candidates to bring me some code they were proud of and teach me how it worked. Weeded out people really quickly and brought quality candidates to the top. On two separate occasions we hired devs with zero experience in the language or framework and they rocked it. Trythat with your coding interview, eh? ๐Ÿ™‚

[โ€“] [email protected] 9 points 4 months ago (1 children)

That sounds like a good plan in many situations... But how do you handle candidates who say something like "look, there's heaps of code that I'm proud of and would love to walk you through, but it's all work I've done for past companies and don't have access (or the legal right) to show you?"

You might just say "well the ideal candidate has meaningful projects outside of work," and just eliminate the others... But it seems like you'd lose out on many otherwise great candidates that way.

[โ€“] [email protected] 1 points 4 months ago (1 children)

But how do you handle candidates who say something like "look, there's heaps of code that I'm proud of and would love to walk you through, but it's all work I've done for past companies and don't have access (or the legal right) to show you?"

It never once happened. They always knew in advance, so they could code something up if they felt like it.

[โ€“] [email protected] 1 points 4 months ago (1 children)

Interesting, thanks. Do you give them any ideas or guidance as to what they should whip up? Or just leave it totally open-ended for them to figure out?

[โ€“] [email protected] 2 points 3 months ago

I always left it open-ended and that seemed to work. Part of the interview was seeing what they'd come up with. I'm pretty sure people always brought things they'd already written.

[โ€“] [email protected] 6 points 4 months ago* (last edited 4 months ago)

I've coded for 30 years and I'm proud of NONE of it. That is, except one ugly hack where I perverted a print spool as a scheduler, which isn't even code.

[โ€“] [email protected] 1 points 4 months ago (1 children)

Do tools written in shell count?

[โ€“] [email protected] 2 points 4 months ago

One of my classmates years ago loved bash. They wrote a filesystem for their OS class in Bash. It was a really, really impressive and bad idea.

[โ€“] [email protected] 1 points 4 months ago

That's really cool!