Combuster wrote:MessiahAndrw wrote:Who would you hire if you were down to two candidates and one was:
Highschool + 4 years Bachelor in Computer Science + 2 years Masters in Information Technology
or
Highschool + Passed IT Certification Exam
I would at least have asked the university person about what he learnt and liked in his university days, or at least poll for the reputation of the university in question. There's a big difference between MIT and the Universiteit van Harderwijk...
Have you ever read any of Joel's articles? He has said he has interviewed people *with* certifications and college degrees and that ton of people could not implement a simple recursive algorithm. In fact, he said there were a high number of people(as in, more than there should be) of people that could not properly write code for this:
Write a function that computes the area of a circle given the radius of the circle
(and with any language including psuedo code being acceptable)
I think it's from this that all employers should learn to not judge only from education. Sure, it may help(unfairly at times) to do a resume screening process on people that have no formal education just to cut down the thousands of applicants to a few hundred.. But really, I say both degrees and certifications can be completely useless... Now I'm not saying that about some place like MIT. I mean, there is seriously no way you could get a degree from that school without knowing what you are doing, but for certifications, it's never that way. All you have to do is memorize an API reference, and for the lesser-known college, you don't know if they are teaching students what they actually need to know and making sure they know what they need to.
So yea, if your an employer, please do us programmers and yourself a favor. Talk with applicants and make sure they know how to write a function to compute the area of a circle before you higher them. (it should be *trivial* to even fresh out of school graduates, or possibly even anyone who actually paid attention in their first programming class)