vote up 1 vote down star

Possible Duplicate:
Is it better to master a few programming languages than to learn many?

I am currently dabbling/planning to learn many aspects of "programming," including C++, C#, java, objective C, PHP, Html, javascript, etc. I've often heard that employers sometimes don't really look for a specific language on a resume, but rather a suite of skills. Knowing lots of languages won't hurt at all, but is there a point where more don't really help much? If one went into web-development, you would use html, javascript, php, java, maybe C# for asp.net. If you went into software design, you would want C++, C#, java, and objective C. I suppose you don't want to be too diverse, resulting in a "jack of all trades master of none" situation. But how many is good?

How many different skills will a company usually look for? What skill sets/combinations are good/often useful?

To those employed in programming who have knowledge of many languages: Do you actually use all of them?

flag

I seem to recall a duplicate of this, but I can't find it right now. – Zifre May 25 at 14:33
1  
Questions should be "detailed and specific" (from the faq stackoverflow.com/faq). This IMHO is neither, at least it should be community wiki – Binary Worrier May 25 at 14:33
Voted to close as subjective. – Matthew Flaschen May 25 at 14:33
an odd question this. – Aiden Bell May 25 at 14:34
Very similar to 264042 perhaps? – Xiaofu May 25 at 14:38
show 4 more comments

closed as exact duplicate by Binary Worrier, marc_s, Matthew Flaschen, Zifre, Bill the Lizard May 25 at 14:50

9 Answers

vote up 5 vote down

no.

It is not possible to know too many programming languages. If you know the underlying theories you know most of them anyway. Just about learning the specific semantics/syntax and libraries.

The 'jack of all languages' often has a good grasp of underlying foundations that make alot of languages similar, and the harder ones special.

You don't need to put them all on your resume. Just select ones relevant to the role.

link|flag
1  
I wish I got as many respect points for answers that take some time to research :( – Aiden Bell May 25 at 14:51
vote up 1 vote down

I'll provide the counter point for the sake of discussion and say "yes".

If you spend all your time focusing on learning languages instead of solving the needs of others, what's the point?

However, in the original question I think you are asking about "being familiar with" rather than "knowing". It's good to be familiar with many languages, but spending a month with a language isn't "knowing" the language. I think you probably need at least three or four months of hard-core development with a language to begin to say you know it.

Since you're really asking about what employers are looking for, they are looking for your ability to solve problems and contribute to the bottom line. Putting ten, or even five languages on your resume and you don't have at least as many years of experience as you have languages and it probably won't impress anyone.

link|flag
vote up 3 vote down

84.

83 is perfect, but from than on, it's just too much.

UPDATE: actually, I now remember that so showed me a resume of a guy who had skills in about everything, from cobol to objective C, from assembler to Java, Hardware to bookkeeping programs. It looked in fact a bit ridicilous, and they didn't invite the guy for an interview... So indeed : Yes might be a correct answer.

link|flag
2  
@Peter, damn I know learning LOLCODE was too much. – Aiden Bell May 25 at 14:38
Just list the ones relevant to the role on your resume I recon. More a question of social evaluation than learning too much. – Aiden Bell May 25 at 14:43
1  
I always thought the answer was 42. Maybe I'm thinking of the wrong question. :-) – tvanfosson May 25 at 14:47
1  
@tvanfosson, 42 is the number of MySQL branches. – Aiden Bell May 25 at 14:49
vote up 2 vote down

There is no need to know all of them. Just pick one, learn it and after you'll start to understand the principles the rest will be up to syntax issues.

link|flag
vote up 0 vote down

If you claimed to know "lots" very well then I'd be suspicious. I used to program in C++, but as I've been C# for the past 7 years I feel like I've forgotten most of it. So unless you're coding in the language nearly everyday you can't really know it that well.

However, being exposed to many languages can be a good thing. It shows adaptability, a willingness to learn and a lack of prejudice.

link|flag
vote up 1 vote down

I use several languages where I work, but certainly not all the languages I know. Learning new languages will make you a better programmer, but I think it's far better to learn one or two languages really well before you start branching out too far. If you pick a major language like Java or C#, you'll certainly learn enough peripheral technologies to quickly fill your resume, and it will be filled with things you can speak intelligently about at an interview, and that you'll actually use on the job. The same goes for any of the major web development languages like PHP, ASP.NET, or JSP. It's awfully hard to get proficient in those languages without picking up HTML, CSS, and JavaScript along the way.

link|flag
vote up 0 vote down

I know a mix of languages and note them all on my CV (resume). It all just depends on what job you're going for and the company itself.

link|flag
vote up 0 vote down

The standart requires knowledge of two or more languages,which means "The more you know,the better!".However,I'm very suspicious to people ,who claim to know C#,C++,Delphi,java and more.

Sometimes,learning a programming language can take two days,in terms of learning its syntax,but knowing that doesn't mean you know the language itself.A programming language might take you years to master it,especially an immature language like C# - Updates every year. :)

link|flag
vote up 0 vote down

It's never wrong to learn a new language, but I think there's a difference between knowing a language and being proficient in one. I know Java, but I'm not proficient in Java. I could be if I started writing Java code again regularly, but the language has moved on since I regularly wrote code it in. I think using the process of learning new languages to improve your chops is a good thing. Picking languages that are in a different vein than those you currently know is probably even better. Trying to be proficient in many languages is probably a recipe for frustration. I'd aim for a level of knowing it well enough that, if you got thrown into a development in that language you'd be able to start writing code that you're not going to be ashamed of later in a couple of months. :-) Eventually, I think you'll find that once you've learned enough, you may be able to do this even with a language you don't currently have any experience with.

link|flag

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