←back to thread

Please stop the coding challenges

(blackentropy.bearblog.dev)
261 points CrazyEmi | 1 comments | | HN request time: 0.21s | source
Show context
simonw ◴[] No.42148072[source]
> This is like asking a Ruby developer to debug PHP as a test of flexibility.

Sounds like an OK test to me. Great (senior) developers should be able to do that kind of thing. Categorizing yourself exclusively as "a Ruby developer" is a career trap.

replies(7): >>42148129 #>>42148133 #>>42148141 #>>42148181 #>>42148243 #>>42148386 #>>42148471 #
kstrauser ◴[] No.42148471[source]
I once got hired after passing a JavaScript test, never having written a single line of it. The challenge was more conversational, like:

Interviewer: Now reverse this array.

Me: OK, in Python that would be array.reverse(), or reversed(array). I bet JS has one of those, probably the .reverse method.

Interviewer: Great guess!

That was genuinely fun. I came out of it feeling like I'd learned a few things, and the other person got to see how I'd reason about a new problem.

replies(1): >>42148654 #
1. ForHackernews ◴[] No.42148654[source]
I interviewed for a Scala role one time despite never having written it professionally. I suppose it's obscure enough that they couldn't afford to be too picky.

It was a pair programming exercise and so with some help from the interviewer and the IDE I was able to fumble through to a working result. I agree it was fun and educational.