Ask HN: Why do companies interview using Google Docs as a coding environment?
1–10 of 20 posts
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#2Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#3Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#4why do they care if you have memorized all of each languages specific apis when you can easily look them up on the fly with intellisense or similiar. My own pet peeve since being super dyslexic despite being a solid programmer I memorize very little just the general idea and capability of how different constructs generally work across languages.
"Do you want tabs or spaces?"
> "Spaces please"
"Fuck... okay I guess..."
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#5Worse is better. It's an easy place to do collaborative editing. For google specifically, I think they leverage some google docs automation for capturing artifacts for hiring committee in their interview workflow.
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#6Stay away from companies that do this if you can. It indicates a deeply broken hiring culture.
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#7Worse is better. It's an easy place to do collaborative editing. For google specifically, I think they leverage some google docs automation for capturing artifacts for hiring committee in their interview workflow.
It's not though. They expect shit to run afterwards. As someone who primarily writes Python (whitespace matters) in Vim (it's universal), having to code in Google Docs is a horrifying experience
No reasonable interviewer expects you to write perfect code on a whiteboard or in a non-IDE editor. I'm sure there are plenty of unreasonable interviewers, which is an indicator that you don't want to work for them.
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#8I've never heard of this, and it's completely insane. It sounds like satire. Stay away from companies that do this if you can. It indicates a deeply broken hiring culture.
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#9Earlier quoted context omitted.
It's not though. They expect shit to run afterwards. As someone who primarily writes Python (whitespace matters) in Vim (it's universal), having to code in Google Docs is a horrifying experience
They expect shit to run afterwards. No reasonable interviewer expects you to write perfect code on a whiteboard or in a non-IDE editor. I'm sure there are plenty of unreasonable interviewers, which is an indicator that you don't want to work for them.
Re: Ask HN: Why do companies interview using Google Docs as a coding environment?
#10It's just a shared buffer that works pretty reliably and no interviewer cares about your typos or lack of indentation.