|
|
|
|
|
by commandlinefan
1765 days ago
|
|
Reminds me of a comic I saw: Interviewer: How do you swap two variables without using a temporary variable? Candidate: x = x + y; y = x - y; x = x - y! Interviewer: You're hired! ... two months later ... Boss: What the hell is this code you wrote? Programmer: I swapped two variables without using a temporary variable! Boss: You're fired! |
|
I've been looking around at jobs, and was advised to start practising on HackerRank for the technical interviews.
I've been coding professionally for 30-ish years. There is very little that I've seen on HackerRank that comes anywhere close to a "real" software problem that I've faced developing actual software.
Why is this being used to do technical interviews? What's the thinking here?