vote up 13 vote down star
4

There are a bunch of great threads on hiring testers/developers based on skills and tips/tricks.

That being said, I'm going over some resumes (first pass) right now and I'm seeing some which technically, look very sound. However little nuances bother me such as poor spelling, grammar and what look to be careless errors.

Am I wrong for getting a bad feeling about that? The way I look at it, if they didn't put in the time to ensure at least basic spelling was correct, and I'm looking to hire them for Quality Assurance or Software Development (both of which require a high degree of accuracy), perhaps they're not the right choice.

What if the person appears to have English as a second language? Keep that bar where it is or lower it a little and give them the benefit of the doubt?

I'm curious to hear the opinion of the group.

flag

That being said... I made a grammer error in my post... Though when I'm writing a resume, I'm just a tad more careful due to the implications. – Mat Nadrofsky Dec 17 '08 at 19:51
You mispeeled "grammar". – Hudson Dec 17 '08 at 20:40
Yep. :) That was the irony of the spelling mistake. I mis-spelled "grammar" as "grammer"! – Mat Nadrofsky Dec 17 '08 at 20:52
The internet is kinda like a resume now days. – John Sonmez Dec 17 '08 at 21:16
1  
Also known as Muphrey's Law. – Dave Jarvis Jul 14 at 21:24
show 1 more comment

22 Answers

vote up 29 vote down check

You nailed it on the head - if they can't be bothered to double-check their resume, how careful are they going to be with their code/documentation/etc? They won't even be that good with Google - "proofread your resume" has to be one of the top resume tips on the net.

link|flag
1  
If the errors are small, it could be that they did double check it but just missed it. For example, your usage of "code/documentation/etc?" is non-standard grammar and would probably end up on the editor's floor. It ought to be "code, documentation, etc.?" Nonetheless, I understood what you meant. – tvanfosson Dec 17 '08 at 20:31
1  
I always pass my resume out to several friends and family members for proofreading before sending it out anywhere, and I'm fairly confident in my writing abilities. – Adam Jaskiewicz Dec 17 '08 at 22:16
1  
My standards for internet forums are slightly lower than my resume, but thanks. :) – Greg Hurlman Dec 18 '08 at 14:50
4  
I disagree. I have seen numerous brilliant CS students, even US born, who are just helpless when it comes to proofreading documents but can spot a program bug in an instant. – Uri Dec 23 '08 at 0:54
5  
The best programmer I know is dyslexic and really struggles with this kind of thing. That doesn't mean he isn't smart enough to pass it by someone else to check.. – TreeUK Jul 30 at 20:48
show 1 more comment
vote up 0 vote down

Well, my opinion is to look first whether this person has English as his native language. Or better extend it: whether the resume language coincides with the author's mother language.

It has been several years since I haven't written a single document or a resume in my language. I write in German and English, I'm sure there are lots of errors there. I can certainly check for spelling errors, but... regarding words, constructions and expressions, I can probably never be as good with it as the James Bond. :)

If the purpose of the job is not writing documents and talking to customers you may overlook this in the candidate's resume. If there is an international company then it doesn't matter at all, since the guy may be not perfect with English but quite good with French and that's more valuable than a candidate with the perfect English and no French at all. Put Spanish/Italian/Whatever instead of French.

bool TakeHimHer = false;
if (ResumeErrors.Count > 0 && ResumeErrors.SpellingErrors == 0)
{
    if (!PerfectLanguageImperativeForJob && CandidateMotherLanguage != ResumeLanguage)
    {
        if (CandidateSkills > PassLevel)
        TakeHimHer = true;
    }
}
else
{
    if (CandidateSkills > PassLevel)
        TakeHimHer = true;
}
link|flag
vote up 0 vote down

This is like the old "Should I employ the guy who doesn't dress well?". I wouldn't employ a person who arrived at the interview with visibly poor clothes and hygience, but apart from that I'd be much more interested in what they've achieved, and what they can do. Remember that programmers are often overworked and stressed - and it may peak at the time they are looking for a new job. Stress will degrade their spelling, and attention to written detail, while they are still performing well as programmers (or testers). In fact, I'd be more wary of a resume that was overly polished, than one which had some minor errors.

link|flag
If the position being interviewed for was a high end fashion retail position or an image consultancy position, then you bet dress and style would matter tremendously. Programming requires exactness and perfection in grammar, punctuation and spelling (not to mention subtle high level design and logic issues); the question is whether mistakes in prose are predictive of sloppy thinking and inability in programming. Or ignorance or apathy, which would be bad for any position. – Jared Updike Aug 11 at 15:07
vote up 0 vote down

Are you hiring someone to write copy or are you are hiring a programmer?

If you are hiring a programmer, then who cares how they spell?

Edit: I originally had these in the comments, but I of course made many spelling and grammar errors, so I moved them up here, where I could edit them.

About writing skills, documents, and code comments:

Being a good tester, is mainly about being extremely creative. The myth is that it's about being methodical. It isn't. It's rarely ever possible, or cost effective, to test every single case. To get good coverage you have to creatively identify the right places to test, and focus your efforts there. Or, you need to be good at developing innovative ways of automating things.

Spell checking is about "brute force" analysis. It's not about "big picture" stuff.

I know that testers need to write docs and test specs, and code comments, and other things.

If a tester writes a doc with a lot of mistakes, I can say "hey... fix up your spelling and grammar mistakes".

On the other hand, if they write a test plan that doesn't cover the important areas, or doesn't find some super secret bug in a strange edge case, then it's a lot more difficult for me to correct?

Then, I'd basically have to do the testers primary job, which is analyzing requirements and producing a test plan.

I can delegate to the horrible writer that's brilliant at uncovering bugs, and be sure he's going to find most of the bugs.

I can't do that with the great speller that sucks at QA.

So... to me the ability to spell well isn't important.

People who are good at testing are rare and expensive.

English lit majors are abundant and cheap.

link|flag
I couldn't disagree more. How about specs or design docs? How about code comments? Apart from that, the way a programmers write directly relate to how they design, code and test. – Ates Goral Dec 23 '08 at 1:06
vote up 0 vote down

From my personal experience, there is a direct relation between written text and code when it comes to carelessness and lack of attention to detail. I've yet to see an exception.

This has nothing to do with English being a second language (like in my case) or a medical cause like dyslexia. It's in the seemingly tiny details: whether the usage of spaces around punctuation is inconsistent, whether there are consistently mistyped words (a careful person would eventually realize his/her mistake by observing what other people are typing for the same word), whether the person can strictly follow a given format at the first try, etc. It all reflects to the code that the person blurts out.

link|flag
vote up 1 vote down

It proves that their keyboard doesn't have an F7 key, I wouldn't hire them!

link|flag
vote up 1 vote down

Quite right. Sloppy content is symptomatic of a number of things: they haven't proof read it, they haven't asked a friend to proof read it, they haven't used a speel-chucker and they haven't asked their recruiter to proof it. (Spotting a theme?)

Equally poor presentation might not always be their fault. Many recruiters will just copy and paste from their document into the house style/template which will almost certainly break their carefully balanced design. At least that's one answer ...

But you're bang on - if a tester can't even test themselves properly, what are they going to do for you?

link|flag
Why would any programmer (or creative professional or knowledge worker) let anyone "just copy and paste from their document into" anything? I would never let some stupid organization represent me if they touched my stuff. It's a pretty good chance they are less intelligent and more sloppy than me. I mean, if they were technically inclined and brilliant, why would they be working as a recruiter? When Google stopped its expansion phase in 2009 and fired people guess who were the ones to go? The hundreds of recruiters. – Jared Updike Aug 11 at 14:58
In an ideal world, you're quite right. Unfortunately this is rarely an ideal world. It's a rare recruitment organisation that doesn't butcher your CV in some way - mostly to remove personal references so that the employer can't contact you directly. Most will willingly show you how they are representing you - you should ask. You should definitely ask. – Unsliced Aug 11 at 16:18
vote up 2 vote down

If a devloper has spelling mistakes in there resume then I definately wouldnt consider offerring them a job.

link|flag
sorry, folks, couldn't resist ;-) – Mike Scott Dec 18 '08 at 13:22
You didn't loose your sence of humor. – Robert S. Dec 19 '08 at 17:45
1  
Yeah, that's a great one, spelling humour wrong! :)) – Mike Scott Dec 19 '08 at 22:27
vote up 1 vote down

Programmars cant spel ;)

link|flag
vote up 0 vote down

Personally, I think "resume rules" are archaic and silly. Look at the some of the really good answers on StackOverflow. They're rife with spelling errors, incorrect grammar, incorrect usage, and outright poor diction in a lot of cases. Would you throw out Jon Skeet's resume if he misspelled a word or used "they're" instead of "their?"

link|flag
1  
Jon Skeet doesn't make mistakes! You're right in that everyone else makes mistakes. ;) I guess for me it just comes down to how much time/effort you'd put into something that should be a very important document for you. – Mat Nadrofsky Dec 17 '08 at 21:24
I believe that it is a grammar error to use "mistake" and "Jon Skeet" in the same sentence. I think there may also be a no-contact order involved... – tvanfosson Dec 17 '08 at 21:55
My bad. Well put. ;) – Mat Nadrofsky Dec 18 '08 at 4:19
1  
You bet I do. Now you get 4+ page monologues. Not bad I guess because it's good to see an overall view of things, however it sure does make the review process (if you want to do a fair job) quite a bit more difficult. – Mat Nadrofsky Dec 19 '08 at 15:39
1  
For me after the resume/weeding out process, it always boils down to the in-person feel and personality of how that person will fit into the existing team. Dynamics are so very important. – Mat Nadrofsky Dec 19 '08 at 15:40
show 5 more comments
vote up 4 vote down

I have hired quite a few developers and it should be noted that some resumes are reformatted by contract companies. They do this to provide a format they believe works for their clients. Because of this reformating, some of the resumes are rewritten and that is where the spelling/grammer errors can come up, things like sequel for SQL. However if I receive too many resumes I will sometimes kick out resumes with these issues as an easy way to thin out the pile.

link|flag
vote up 4 vote down

Just for the record: I know a fellow developer with quite serious dyslexia. He is still an excellent developer though, it's just that probably he will never be able to write documentation properly.

Remember, compilers may be unforgiving in terms of grammar (language syntax) errors, but word processors are hardly.

link|flag
I know that guy too! – Manni Dec 17 '08 at 20:52
Well, that's qutie different imho. Your friend would probably mention his condition in the resume, which excuses him. However, some one who doesn't suffer from some kind of condition is just lazy and will most likely never commit himself to the job he's applying for.. – Meeh Dec 18 '08 at 14:10
vote up 4 vote down

I wouldn't dock someone too much for a single spelling or grammatical mistake, especially if it's a transposition onto another word rather than an outright misspelling. Editing your own work is notoriously hard because you know what it's supposed to say. It's easy for your eyes to miss even simple things because your brain interpolates to correct/fill in the erroneous/missing pieces. If the document is rife with misspellings or usage errors, then that is another thing completely.

I have my wife (or someone else) read through my most important documents. I recognize that a different set of eyes without the expectations is invaluable in an editor.

On a related note, I find the text in the editor box here on SO very difficult for me to read. I'm at the age where reading glasses are only sometimes required and without them it's hard for me to catch small errors in what I type here. I constantly find myself going back and fixing small transpositions in characters, repeated words, etc. that I've missed because the text is so small.

link|flag
Don't most browsers allow text resizing? – Jared Updike Aug 11 at 14:51
Sure -- and on my Mac I have set the minimum size for fixed-sized fonts higher so it's not such a problem. I'm at the point where if I have my glasses on it's not an issue, but I don't always wear my glasses. If the font were a little bigger I wouldn't have a problem. Changing the default on my browser, which for other sites works just fine, isn't worth it to miss the few errors in the editor box that I catch when it displays as an answer -- in a larger font. – tvanfosson Aug 11 at 15:28
vote up 2 vote down

I had one interview where I asked them to tell me about code they knew well, and they started talking about setWimdow. I wasn't quite sure if it was my hearing, so asked them to write it out on the whiteboard. Sure enough, same spelling...

link|flag
vote up 5 vote down

I, too, thought that you had already nailed it with your question. That programmers that are too sloppy to spell-check their resumes aren't worth the time spent for an interview.

Now that I have read all the answers that wholeheartedly agree, though, I get doubts about that. We are programmers. We make stupid, brain-dead mistakes every day, maybe every hour. Some of us love to code and crank out beautiful code, yet hate it to go through the motions of communication.

Don't hire sloppy people, but please don't expect programmers to be without fault and consider whether writing a resume is the same thing as writing code.

link|flag
1  
Well said. That was the feeling I had on the back-burner which made me post this question. I know I make mistakes. I did in my original question. I guess for me it comes down to when I write a resume, I pour over it countless times to ensure it's as flawless as possible. – Mat Nadrofsky Dec 17 '08 at 20:20
"pore", shirley? – Adriano Varoli Piazza Dec 23 '08 at 1:00
vote up 3 vote down

I would look at the overall quality of the resume. If the mistakes are minor or subtle, then I don't scratch it based on that. Do consider that English may not be their first language, so if a word seems wrong, but phonetically it makes sense, there could be a logical explanation (e.g. there vs. their).

However, with the availability of resume writing shops and spell-check, there is no excuse for a spelling mistake, especially if it's being picked up by Word. But I agree with other posts, in that you should consider if the mistake is easily explained. However, if you choose to bring them in for an interview, look for signs that the mistakes may turn up in their code and work as well.

link|flag
vote up 3 vote down

You're definitely not wrong for feeling bad about that - in fact, if their prospective job requires attention to detail, this is a non-starter.

How their errors affect their prospects depends on the type of job you want them to accomplish. If you're just looking for a back-end coder, some mistakes in the resume may be ignored.

On the other hand, if you're looking for someone who will also contribute to your corporate image - someone who produces documentation, or works on a UI, or will be customer-facing - then you definitely want to pay attention to the details.

link|flag
vote up 23 vote down

When last I did this, I tried to guess whether the error was the candidate's error, or whether it was introduced by the head-hunters we were using. On a couple of occasions we interviewed a candidate, and we were able to compare his copy of the resume with what the head-hunter sent us. Invariably, the candidate's resume lacked all of the typos and weird formatting present in the headhunter version.

These days, I would think that head-hunters would just copy/paste, but you can't assume they won't edit the candidate's resume, and thus screw it up.

link|flag
This is a definite reality because in our early days we used headhunters a great deal and on several occassion we had an opportunity to see what was presented as our resume. Didn't often look like what we gave the headhunter. They will taylor it even further to the specific position. – Bill Dec 17 '08 at 19:56
2  
Headhunters should never edit the content of a resume. I once had one tailor my resume for a specific position, adding an alphabet soup of qualifications that I didn't have. Needless to say, I failed pretty fast. – Bill the Lizard Dec 17 '08 at 20:31
2  
I submitted a resume as a PDF and the HR person transmogrified it into a Microsoft Word document with terrible formatting and pagination and printed that and gave it to the technical interviewers. When I showed them my copy they laughed. – Jared Updike Aug 11 at 14:47
1  
I just stick to plain text, precisely to avoid this sort of problem. – wds Aug 12 at 8:32
vote up 4 vote down

Am I wrong for getting a bad feeling about that?

No.

link|flag
vote up 2 vote down

I know it's not exactly fair, but you could try to see if they come from a non-English speaking country (check college, past jobs, possibly their name). If they do, it could be a lack of mastery of English, in which case they should be given the benefit of the doubt.

Otherwise, I'd put the resume in the look-at-last pile because being attentive to detail (as is needed by both programmers and testers) and making sloppy mistakes on your resume don't really correlate well.

link|flag
Solid point. I'm gonna edit my question because in some cases, this seems to be the exact scenario. (though not in all) – Mat Nadrofsky Dec 17 '08 at 19:54
I don't know. If I were hiring for a business that demands precise English spelling and grammar, I doubt their native tongue would matter much, if they were unable to meet expectations. – hmcclungiii Dec 17 '08 at 20:02
The thing is, there are two types of grammar mistakes: there are ones that are spotted by Word and there are ones that are not filtered out by Word. I think that grammar mistakes that are not filtered out are acceptable from non-native speakers or people with dyslexia. The rest is not. – DrJokepu Dec 17 '08 at 20:20
I don't know... I would think that a non-native English speaker would run her resume by a friend/colleague/paid editor/etc. who IS a native English speaker. I know I would, if I were in a similar situation. If not, I don't think that speaks well about her attention to detail. – Adam Jaskiewicz Dec 17 '08 at 21:00
1  
There is a big difference between spelling mistake and not being master of English. A resume should be free from obvious spelling and grammar mistakes. However having a non-native background might cause weird sentences, which I think is quite acceptable. – dr. evil Dec 18 '08 at 13:41
show 1 more comment
vote up 19 vote down

My best advice in this situation is to give them a copy of their own resume and ask them to find bugs in it.

See how they handle that. If they can admit their mistakes and take it in stride, I wouldn't count it against them. If they flubber all over the place trying to explain away their mistake, thats the kind of developer to tester you would have to deal with if you hire them.

link|flag
Neat concept! I might take the strongest resume (of the ones with errors) and bring that candidate in to try out the scenario... though I'd want to watch how I presented that to them. – Mat Nadrofsky Dec 17 '08 at 19:53
vote up 5 vote down

My personal opinion is that if they did not take the time to run their documents through a word processor's grammar and spelling checker, their thoroughness is in question.

I often grade resumes A, B, C for sorting purposes and I drop one letter grade immediately for any blatent errors.

As an added bit of irony, I was reading a reply to an article on InfoWeek some months ago about the state of the resource shortage in IT. There was an individual who commented on the article that stated he was out of work for over a year and had listed various credentials such as MBA, SAP, various Oracle and MS certs, etc, but his comment which was quite wordy was rife with errors. The ironic thing is that the site provided a "Check Spelling" button that would have certainly have fixed these. Maybe that is why he is still unemployed after 12+ months.

link|flag
1  
Blatant errors? :) – Eduardo León Dec 17 '08 at 19:52
That deserves a LOL – OrbMan Dec 17 '08 at 19:54
When I wrote my original post, I made a spelling mistake on "grammer" also happily referred to as "grammar". Heh heh. – Mat Nadrofsky Dec 17 '08 at 20:00
1  
I often leave the comment "speling" when I edit others answers/questions. – Bill the Lizard Dec 17 '08 at 20:26
1  
I think spelling errors on SO should be given some latitude. Given the fact that questions on this site are answered at the speed of Jeopardy you don't often have time to check much more than the technical accuracy. – Bill Dec 17 '08 at 21:21
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.