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.
I Am a Bad Developer
221–223 of 223 posts
Re: I Am a Bad Developer
#222Earlier 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.
Re: I Am a Bad Developer
#223Earlier 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…