←back to thread

Please stop the coding challenges

(blackentropy.bearblog.dev)
261 points CrazyEmi | 1 comments | | HN request time: 0.2s | 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 #
1. anthomtb ◴[] No.42148243[source]
Most of my development experience is in C/C++ and Python.

Know what I'd do if the interviewer asked me to debug PHP? Pretty much return the question:

"I've never used PHP. Are there logging macros/functions defined somewhere? Where do I see the output? syslog maybe? Is there a debugger of some sort I can use? How do I run each `piece` of code in isolation?"

(I am assuming the job listing did not explicitly mention PHP experience. If it did, both myself and the recruiter would absolutely deserve to fail me for this interview).