Comment on AI Killed The Tech Interview. Now What?
pHr34kY@lemmy.world 1 day agoThere’s probably a few things you can do live one a call.
I always wanted to try passing a common function through a minifier then a beautifier. Show them the code with unhelpful variable names, and ask them what name they would give the function.
A good programmer would be able to identify a string compare function or an IP bitmask eval function pretty quickly.
iopq@lemmy.world 1 day ago
I probably wouldn’t, because I call a library to do it for me. That’s because I’m not a C programmer and it’s easy to use libraries in other languages since they have package managers that just import all the other packages