Ask HN: Scolded on a job interview for not namespacing
11–20 of 69 posts
Re: Ask HN: Scolded on a job interview for not namespacing
#12Cheap way of figuring out you don't want to work there. Give feedback to the recruiter of what is unacceptable behaviour.
As to the actual point I'm with you: be explicit. I write std::cout too. Not that I'd get upset if someone used "using namesace std" as long as such using statements are used judiciously, it's fine. Like if someone creates something claled "cout" in namespace "foo" and then writes this:
using namespace foo;
...
cout
Then yeah I'd ping them on a code review.Re: Ask HN: Scolded on a job interview for not namespacing
#13> And he was just plain mad. Uncomfortable mad.
Good thing you found this out during the interview. No way you would want to deal with this on a daily basis. That's insane. If the company has an HR department you should consider telling them what happened.
Re: Ask HN: Scolded on a job interview for not namespacing
#14You should name and shame them. Imagine if you didn't have the good fortune to be interviewed by this person. You would be spending the next 2 years debugging his merge code haha.
Re: Ask HN: Scolded on a job interview for not namespacing
#15Re: Ask HN: Scolded on a job interview for not namespacing
#16I even told him that his overbearing interjections we’re throwing off my rhythm.
I never heard back from him. Probably for the better.
Re: Ask HN: Scolded on a job interview for not namespacing
#17Also a warning sign - applying for a senior level/architect position and most of your interview is spent writing leetCode and not discussing higher level concepts.
Re: Ask HN: Scolded on a job interview for not namespacing
#18Re: Ask HN: Scolded on a job interview for not namespacing
#19This guy's attitude represents what is currently happening inside that company: the environment must be extremely toxic to work in and as the others have said, you have just dodged a bullet.
In all seriousness, I wouldn't want to work for such a company, even if they paid me 1 billion dollars.
Prestige and dignity above all mate, heads us!
Re: Ask HN: Scolded on a job interview for not namespacing
#20Based on your description of their behavior, the interviewer sounds like an socially insecure and technically incompetent programmer. Even worse would have been if you were hired and worked with this person as organizationally senior to you (shudder). Not exactly "Mr. Mentor" material.
"Rockstars" who can't teach do long-term damage to engineering culture.