Live data from Hacker News

I Am a Bad Developer

eewz0z.pen.io

221–223 of 223 posts

Re: I Am a Bad Developer

#221
post #212

Earlier quoted context omitted.

> I love the idea of a paid working trial of some length How long of a trial are you thinking of? If it's a significant amount of time, I think this could be hard to do from the perspective of the candidate. If I'm currently employed, there's probably no way I'm going to quit my job for a month-long paid trial period somewhere else. If it didn't work out, I'd find myself without a job and would be forced to take a ho…

I've seen six months work - that's time enough to ramp up somewhat and deliver. In that regard, it's plenty of time to assess the traits that we're looking for in strong developers.

That is the usual practice in countries like France, where new hires are on a trial basis for a period of one to six months (all other things being equal, the trial period only means that both the employee and the employer may terminate the contract at the end of the period with minimal administrative fuss).

Re: I Am a Bad Developer

#222
post #212

Earlier quoted context omitted.

> I love the idea of a paid working trial of some length How long of a trial are you thinking of? If it's a significant amount of time, I think this could be hard to do from the perspective of the candidate. If I'm currently employed, there's probably no way I'm going to quit my job for a month-long paid trial period somewhere else. If it didn't work out, I'd find myself without a job and would be forced to take a ho…

I've seen six months work - that's time enough to ramp up somewhat and deliver. In that regard, it's plenty of time to assess the traits that we're looking for in strong developers.

That is the usual practice in countries like France, where new hires are on a trial basis for a period of one to six months (all other things being equal, the trial period only means that both the employee and the employer may terminate the contract at the end of the period with minimal administrative fuss).

Re: I Am a Bad Developer

#223
post #68

Earlier quoted context omitted.

100% agree. For a web position I have no idea why you would ask them to write a tree parser or binary search algorithm which I experienced not that long ago. Asking about what happens at a low level when entering a URL however is a good question. Or perhaps asking how to do cross domain JSON requests etc...

Asking about what happens at a low level when entering a URL however is a good question. Or perhaps asking how to do cross domain JSON requests etc... The former is a question about fundamentals, whereas the latter is a question about specific implementations. I agree that as a Web developer you should probably need to know what JSONP is, but it's also something that could be learned in about 5 minutes from Google. I…

What happens when you enter a URL is just a specific implementation too. It's going to differ between operating systems, browsers, network setups..
Post reply on HN