Is it possible to know too many programming languages? - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-01T19:39:30Z http://stackoverflow.com/feeds/question/906938 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages 1 Is it possible to know too many programming languages? [closed] CrazyJugglerDrummer 2009-05-25T14:29:40Z 2009-05-25T14:53:32Z <blockquote> <p><strong>Possible Duplicate:</strong><br /> <a href="http://stackoverflow.com/questions/264042/is-it-better-to-master-a-few-programming-languages-than-to-learn-many">Is it better to master a few programming languages than to learn many?</a> </p> </blockquote> <p>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?</p> <p>How many different skills will a company usually look for? What skill sets/combinations are good/often useful?</p> <p>To those employed in programming who have knowledge of many languages: Do you actually use all of them?</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/906957#906957 5 Answer by Aiden Bell for Is it possible to know too many programming languages? Aiden Bell 2009-05-25T14:33:28Z 2009-05-25T14:44:32Z <p><strong>no.</strong></p> <p>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.</p> <p>The 'jack of all languages' often has a good grasp of underlying foundations that make alot of languages similar, and the harder ones special.</p> <p>You don't need to put them all on your resume. Just select ones relevant to the role.</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/906969#906969 1 Answer by Bryan Oakley for Is it possible to know too many programming languages? Bryan Oakley 2009-05-25T14:36:54Z 2009-05-25T14:42:49Z <p>I'll provide the counter point for the sake of discussion and say "yes".</p> <p>If you spend all your time focusing on learning languages instead of solving the needs of others, what's the point?</p> <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/906974#906974 2 Answer by Peter for Is it possible to know too many programming languages? Peter 2009-05-25T14:37:29Z 2009-05-25T14:42:44Z <p>84.</p> <p>83 is perfect, but from than on, it's just too much.</p> <p>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. </p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/906978#906978 2 Answer by Artem Barger for Is it possible to know too many programming languages? Artem Barger 2009-05-25T14:37:59Z 2009-05-25T14:37:59Z <p>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.</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/906988#906988 0 Answer by ChrisF for Is it possible to know too many programming languages? ChrisF 2009-05-25T14:40:55Z 2009-05-25T14:40:55Z <p>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.</p> <p>However, being exposed to many languages can be a good thing. It shows adaptability, a willingness to learn and a lack of prejudice.</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/906997#906997 1 Answer by Bill the Lizard for Is it possible to know too many programming languages? Bill the Lizard 2009-05-25T14:43:51Z 2009-05-25T14:43:51Z <p>I use several languages where I work, but certainly not all the languages I know. Learning new languages <em>will</em> 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.</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/907003#907003 0 Answer by James Brooks for Is it possible to know too many programming languages? James Brooks 2009-05-25T14:45:49Z 2009-05-25T14:45:49Z <p>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.</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/907008#907008 0 Answer by John for Is it possible to know too many programming languages? John 2009-05-25T14:47:43Z 2009-05-25T14:47:43Z <p>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.</p> <p>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. :)</p> http://stackoverflow.com/questions/906938/is-it-possible-to-know-too-many-programming-languages/907024#907024 0 Answer by tvanfosson for Is it possible to know too many programming languages? tvanfosson 2009-05-25T14:53:32Z 2009-05-25T14:53:32Z <p>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.</p>