Earlier quoted context omitted.
The range/xrange question was likely to check if you were a fraud. Having interviewed close to a hundred people in a year for a senior C dev position I can assure you that people lie like you wouldn't believe. They cheat with take-home tasks, they show others' code as their own. And that's in the system programming circles, where the level of professionalism is typically much higher than in app/web development areas.…
Just, wow. I'm sorry you have to deal with that. For my next job, I've thought about offering to work for free for a week or so as a kind of mutual trial period. I want to know what the entire office is like, what the codebase is like, what the tools are like, and what actually needs to be done. If they want to rip me off and get a week of free work, great! That's exactly the kind of thing I would want to know about…
I have no side code projects to show
61–70 of 148 posts
Re: I have no side code projects to show
#62Earlier quoted context omitted.
I've been penalized for showing side projects and kaggle entries that weren't production quality code. No shit it's not production code, because it's not going into production. I quit working on them when I stopped learning, and that was well before code polishing.
To be completely fair, if you are showing a project you have done, it should be a good representation of your abilities. Treat it like how other industries treat "portfolios" or "writing samples".
- If you don't show side-projects, you don't have passion
- If you do show prototype-quality side-projects, you aren't skilled
- If you do show production-quality side-projects, you aren't sufficiently focused on your daytime job.
Re: I have no side code projects to show
#63Here's a little example what happened to me: I interviewed with a company. Naturally they asked for my side projects which I showed them. We talked about technical challenges, scaling, interesting bits of codes - all these kind of things. They were really excited. I passed the interviews and got the job. Fast forward a couple month, still working on my side projects, some of which started generating a couple hundred…
Re: I have no side code projects to show
#64Earlier quoted context omitted.
To be completely fair, if you are showing a project you have done, it should be a good representation of your abilities. Treat it like how other industries treat "portfolios" or "writing samples".
Seems like a lose-lose: - If you don't show side-projects, you don't have passion - If you do show prototype-quality side-projects, you aren't skilled - If you do show production-quality side-projects, you aren't sufficiently focused on your daytime job.
Re: I have no side code projects to show
#65Earlier quoted context omitted.
The range/xrange question was likely to check if you were a fraud. Having interviewed close to a hundred people in a year for a senior C dev position I can assure you that people lie like you wouldn't believe. They cheat with take-home tasks, they show others' code as their own. And that's in the system programming circles, where the level of professionalism is typically much higher than in app/web development areas.…
On the other hand, I'm a skilled dev with only a smattering of python experience, but if you asked me this question I'd have no idea and wouldn't think twice about looking up the python docs for both. What are you actually asking? P.s. I don't believe anyone actually fails fizz buzz.
Re: I have no side code projects to show
#66Re: I have no side code projects to show
#67Edit: phone auto correct shenanigans
Re: I have no side code projects to show
#68Earlier quoted context omitted.
People fail fizz buzz all the time.
I don't believe that. I'd really like a 21st century study showing that devs with > 3 years of experience fail fizz buzz, and that failure is predictive of being a bad developer (and not being a shitty interviewer)
I often read people say they'd be "insulted" if asked to do fizz-buzz, or would "walk out". I think that's an over-reaction - fair enough they need to make sure you're not useless and lying on your CV. As long as there's a more interesting follow-up question, I don't see the harm.
Re: I have no side code projects to show
#69Re: I have no side code projects to show
#70Earlier quoted context omitted.
The correct answer is of course, is that xrange doesn't exist.
so they removed it from python 3?
https://docs.python.org/3/whatsnew/3.0.html#views-and-iterat...