Programmer's Language-Aware Spell Checker?
Jerry Asher writes "Not all of my coworkers are careful about spelling errors. Sometimes this causes real embarrassment as spelling errors creep into software interfaces. Does anyone know of spell checkers for programming languages? I don't want a text spell checker, I want a programming-language-aware spell checker. A spell checker that I can pass all of my code through and will flag spelling errors in function names, variable names, and comments, but will ignore language keywords, language constructs and expressions, and various programming styles (camel code, or underscores, or...). I want a spell checker that knows that void *functionSigniture(char *myRoutine) contains one spelling error. Does anyone have such a thing for Java or C++? Are there any Eclipse plugins that do this?"
Your comment is stupid and worthless, and you are stupid and worthless too. Your life will never amount to anything. If I was you, I'd kill myself.
Review your code, review their core, spell check everything by hand, from the design document down.
Actually, if you wrote a design document and a functional prototype of your software in the first place, a great deal of the user-visible API will be set in stone anyway. Including naming. You can use any word processor spell check in that case.
Spelling mistakes are something you make when you're
(1) Drunk
(2) Ten
(3) A two digit IQ idiot fuckin cockbag
Without exception, programmers I've worked with that repeatedly made spelling mistakes for the simplest shit, have produced utter garbage for code.
Stop hitting the bong, fuckheads.
And more to the point, should he take his first steps into programming? Any douche who doesn't realise a misspelt function name will fail to compile clearly hasn't written any code yet.
READ THE FUCKING ARTICLE.