How managers choose programming languages - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T11:36:23Z http://stackoverflow.com/feeds/question/498650 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages 7 How managers choose programming languages stefan.ciobaca 2009-01-31T11:15:18Z 2009-07-02T12:58:44Z <p>It's not a secret to anyone that managers can and often will impose the programming language that will be used for a project.</p> <p>Being a programmer myself, I have never been able to understand this.</p> <p>But now I think I do: I've just had a revelation when Joel Spolsky said on the podcast that they should use QuickBooks because 'every accountant in the world knows it'. This struck me as being very similar to 'chose Java because every programmer in the world knows it'.</p> <p>Now that I've seen the same issue from another perspective (I don't know much about accounting, but I do know something about programming), I'm wondering how can a programmer help make sure the right programming language is chosen for a project.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498661#498661 2 Answer by womble for How managers choose programming languages womble 2009-01-31T11:19:11Z 2009-01-31T11:19:11Z <p>Become the manager. (grin)</p> <p>Seriously, you just need to discuss the matter with the decision maker in question, and put forward your arguments. If they choose to stick with a <em>really</em> wrong decision, then their general competence probably isn't so hot and it might be worth looking for something else to do.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498663#498663 -1 Answer by BobbyShaftoe for How managers choose programming languages BobbyShaftoe 2009-01-31T11:20:06Z 2009-01-31T11:20:06Z <p>I think the difference between what you're talking about and what Joel was talking about is that programming is a core competency while accounting is not. The point using Quickbooks is, presumably, because you are <em>not</em> an accountant and accountants can help you with it. However, if programming is your core competency, and presumably it is if you are a programmer, then the rules of the game are a bit different.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498666#498666 2 Answer by vava for How managers choose programming languages vava 2009-01-31T11:22:49Z 2009-01-31T11:22:49Z <p>Every platform has good and bad sides. .NET is cool and powerful but you pretty much stuck with Windows servers. Ruby is cool but slow. It would be hard to find developers for Haskell.</p> <p>The point is, language affect not how fast project will be done and how beautiful code will be but also those stuff managers care about. So if you want to influence them, you should now they preferences and find as much good sides in their perspective as you possibly can.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498671#498671 0 Answer by Quassnoi for How managers choose programming languages Quassnoi 2009-01-31T11:25:57Z 2009-01-31T11:37:42Z <p>These are different concepts.</p> <p>When accounting, you share your results: for taxes, law, investors etc. They need a tool to see the result of you labor, and this tool has to be well-know.</p> <p>When programming, you use any tool you want — as long as it outputs an <code>.exe</code> file that you can run on Windows. This is the exactly the same as a Quick Books readable document in case of accounting.</p> <p>So, if you develop a toaster, you a free to keep your internal documentation in Chinese but you'd better provide an English manual.</p> <p>There is one more thing: if you company's rules assume that the result of your code is not a product itself, but a source code for it, then for sure they may decide what it will look like (by chosing the language they want).</p> <p>What they choose depends on their goals: if they want easily replaceable programmers they choose Java; if they send it to another department it will be that department's requirement etc.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498673#498673 10 Answer by ISW for How managers choose programming languages ISW 2009-01-31T11:28:31Z 2009-01-31T11:28:31Z <p>From what I've seem in my company: When managers choose a programming language, they usually do so very conservatively - taking into regard what kind of programming skills are currently available in the team (and if it would be easy to hire additional ones easily), whether it is a well established language, trying to choose something that will fit the current infrastructure and not cause large efforts to make it fit into what's already there. When programmers choose a programming language, things often tend to be a bit different - they often like to have a new challenge and would like to got with the latest hot trend and choose something where they can learn new things.</p> <p>Ideally, it all comes down to discussing the pros and cons between the manager and the dev team and finding the solution that best fits the problem. This usually involves a lot of talking and convincing :-)</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498674#498674 1 Answer by Treb for How managers choose programming languages Treb 2009-01-31T11:28:51Z 2009-01-31T11:28:51Z <p>It very much depends on the personality of the manager:</p> <p>There are those that go for buzzwords. Just find out which buzzwords they like and use it when you talk to him in conjuction with the language you want to use.</p> <p>Others will only trust things they know themselves (like VB 6.0 for example). Make your language of choice easy to understand for them ('you know, its just like in good old VB' - even if you are talking about Haskell...)</p> <p>But in reality, most managers are not as stupid as we geeks like to think, and they can be reasoned with. What is important here is that you understand their point of view: They usually don't care about specific technical details, they care about results. So don't tell them that .net or Java or Delphi or whatever has this megacool terrific feature. Tell them that <em>(enter your language here)</em> is a good choice because it feature <em>A</em> makes for shorter development times in a project like this, or that feature <em>B</em> makes for fewer bugs and therefore shortens the time needed for testing. Just make sure your argument is sound, don't lie to him. </p> <p>In other words: treat him like an inteligent being (he probably is).</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498687#498687 1 Answer by Rayne for How managers choose programming languages Rayne 2009-01-31T11:42:43Z 2009-01-31T11:42:43Z <p>Think about the language you are being asked to use very very hard. Make sure that you know it's not a good language for the job, then ask the manager if you might make a suggestion as to another better language to use for the job. Supply any information you can that proves that the language wouldn't be good for the job and see what he says. It can't hurt. :)</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498688#498688 1 Answer by Peter Štibraný for How managers choose programming languages Peter Štibraný 2009-01-31T11:43:26Z 2009-01-31T11:43:26Z <p>Choosing programming language is often a business decision. Customers/Users don't care. Here is short quote (from <a href="http://www.ericsink.com/bos/Geeks_Rule.html" rel="nofollow">http://www.ericsink.com/bos/Geeks_Rule.html</a>):</p> <blockquote> <p>Programming languages are chosen mainly for business reasons. I spend most of my time working with languages that I don't really like because the languages that I'd like to work with carry business disadvantages that outweigh their technical merits. That's the nature of the game. I can accept the situation (my choice) or find a new employer. Whining about how I can't use Java or Python or whatever at work just isn't an option.</p> </blockquote> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498689#498689 12 Answer by cletus for How managers choose programming languages cletus 2009-01-31T11:44:43Z 2009-01-31T11:44:43Z <p>The mistake many programmers make is they will argue the point (or simply agree or disagree with it) based solely on technical merit. With management--and the business as a whole--you have to argue the busines case and the merits for the business first and technical merits second.</p> <p>This goes beyond programming language choice and pervades virtually every technical decision.</p> <p>Let me give you an example: PCs. Joel argues (correctly) that developers should have top notch machines because developer time is expensive. In this he's completely right. But how do you argue this? Simple:</p> <p>Example: I do a build of the code roughly 20 times a day. Each time it takes 3 minutes. If I had a fast PC I could build it in 1.5 minutes. So for an extra $1,000 every two years I can get an extra half hour a day, which for a programmer earning $100k (with on-costs of another 50% at least), that equates to roughly $10,000 per annum of time.</p> <p>But arguing at the other end is HR deciding one size fits all when it comes to policy and PCs so a call centre monkey earning $25k and a programmer earning four times that should for soem reason have the same PC.</p> <p>Technology platform and languages will have lots of factors going into the decision mix:</p> <ul> <li>Strategic relationship with particular vendors. If your company is a Microsoft Gold Partner (or wahtever its called now) then good luck getting Java or Python in;</li> <li>The IT department arguing a particular config because the money for the PCs comes out of their budget;</li> <li>IT deciding everyone should run Windows 2000 because they don't people running Linux;</li> <li>What other systems the company already has (eg if they use Java for everything else it makes sense to use it for this even though on its own it might not be the best choice);</li> <li>Risk aversion to different platforms or languages simply from a lack of experience;</li> <li>More interested in arguing risk with upper management than making developers happy;</li> <li>Some managers make the decisions they do simply because their hands are tied;</li> <li>Budgetary reasons although this can work in your favour too as it keeps expensive boondoggles out of your house like PVCS, anything produced by Rational, etc;</li> <li>Legal department aversion to open source licenses;</li> <li>Not involving the technical staff in planning and project estimation;</li> <li>Familiarity on the manager's part with a particular platform (technical people are guilty of this too but in both cases its not necessarily a bad thing--with many tools that can do the job better the devil you know).</li> <li>Experience of the technical staff. If they're all from a C# background, why would they use Java, Python or Ruby? and</li> <li>many other reasons.</li> </ul> <p>Whatever the case you need to understand the reason (and I guarantee you there'll be several reasons) and argue merits in those terms. Some programmers are quite naive in this department and seem to think such decisions are made out of ignorance or even vindictivieness when nearly always many factors are in play.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498702#498702 1 Answer by PEZ for How managers choose programming languages PEZ 2009-01-31T11:52:17Z 2009-01-31T11:52:17Z <p>By separating concerns. Business should be in charge of business decisions and tech in charge of tech decisions. I like the term "Accepted responsibility". If I'm to accept responsibility I also demand I get to make the choices that concerns my domain of the problem. Business gives me and my tech colleagues the business demands and we answer with one or two alternatives of how we can accept the responsibility to deliver. It should never be like "we'll do it in Python or C#". Rather;</p> <blockquote> <p>"We can accept two different responsibilities here: If we go this way, we can deliver this fast and we meet these business demands really well and these are a bit harder. We also could do it this way and that gives these business demands the trump. Alternative A calls for these these resources and alternative B means we need to also do this and this..."</p> </blockquote> <p>Then business chooses, but note that business chooses based on impact on business things, not technical things. And they don't get to choose among alternatives where tech isn't ready to accept the responsibility of the tech part.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498735#498735 0 Answer by webdtc for How managers choose programming languages webdtc 2009-01-31T12:22:29Z 2009-01-31T12:22:29Z <p>In my experience it's always depended on:</p> <ol> <li>Do we have the resources to use the language?</li> <li>Do we have the resources to maintain the language?</li> <li>If we do not have the resources to use and maintain the language how difficult/costly is it to get those resources?</li> <li>What is the "future" of the language (Is it going to be around and in use for a while?)</li> </ol> <p>Unless the project needs something that only a specific language/platform/technology/framework provides it comes down to what we already know and use. Both hiring new people and training existing programmers is pretty costly for most companies. When hiring we always consider the language and make sure candidates know what language(s) they will probably be using.</p> <p>Hopefully you have a programmer who is also a manager and who can represent programmers in these types of decisions. If not then that is a dangerous situation and you should talk with your manager if you know such a decision is being made.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/498752#498752 2 Answer by Spikolynn for How managers choose programming languages Spikolynn 2009-01-31T12:38:32Z 2009-01-31T12:38:32Z <p>Manager A goes to a summer retreat where he meets manager B. </p> <p>A: So what language do you use in your company? B: Oh we use CA Visual Objects, it makes the drones so much more productive than COBOL.</p> <p>And this is how the decision was made. End of true story.</p> http://stackoverflow.com/questions/498650/how-managers-choose-programming-languages/1073993#1073993 3 Answer by Totophil for How managers choose programming languages Totophil 2009-07-02T12:05:56Z 2009-07-02T12:17:04Z <p>Late reply, but since no answer has been accepted yet, I'll give it a try. I take it as two questions and will attempt to answer each:</p> <p><strong>How do managers choose programming languages?</strong></p> <p>Heavily depends on organisation size and manager experience, but generally will involve assessing current situation and future scenarios and requirements. This is usually done through <a href="http://en.wikipedia.org/wiki/PESTLE" rel="nofollow">PESTLE</a> or similar analysis, just to give a few samples in each category:</p> <ul> <li>Political <ul> <li>"No one got fired for buying IBM"</li> <li>CEO heard that Java is cool</li> <li>Chief Architect loves .NET</li> <li>The language is controlled by our competitors.</li> </ul></li> <li>Economical <ul> <li>Costs (licensing, equipment, AppServers etc)</li> <li>Cost of training developers </li> </ul></li> <li>Social <ul> <li>Skill availability in house (training needs, continuity)</li> <li>Skill availability on the market</li> <li>Training, treats to existing status quo within the dev team</li> <li>Availability of community of practise that is sufficiently large</li> </ul></li> <li>Technological <ul> <li>Technology capabilities</li> <li>Backward compatibility with existing systems</li> <li>Migration</li> <li>Adherence to standards</li> <li>Interoperability</li> <li>Maturity</li> </ul></li> <li>Legal <ul> <li>Licensing terms</li> <li>Technology control (Who owns and controls the technology? What is their future licensing strategy is likely to be?)</li> <li>Legal and regulatory compliance</li> </ul></li> <li>Environmental <ul> <li>Existing infrastructure within company</li> <li>Existing skills within company</li> <li>Integration with external partners </li> <li>Level of technology support by wider environment</li> </ul></li> </ul> <p>Then a bunch of languages matching the criteria may be further evaluated using <a href="http://en.wikipedia.org/wiki/SWOT%5Fanalysis" rel="nofollow">SWOT</a>, cost <a href="http://en.wikipedia.org/wiki/Cost%5Fbenefit" rel="nofollow">benefit analysis</a> or similar. </p> <p>The whole process can be rather complex, but as a bottom line most companies or project teams will go for the safest option given their current circumstances that can still deliver the capabilities they need. Usually, this is the language they're already using.</p> <p><strong>How can a programmer help make sure the right programming language is chosen for a project</strong></p> <p>As it has been, hopefully, demonstrated a typical programmer would normally have just 1/6th of the total input into the decision making process. And as a rule she or he would mostly be interested in the language capabilities alone!</p> <p>Well, the best way to influence the decision seems to have a broader picture of the selection process, make allies within and outside the team, make a good brief on technological side of things and try not to concentrate on the language capabilities alone.</p> <p>And, of course, one needs to get into the position where a Project or Development Manager (or whoever else is in charge) sees the benefits of going through the entire evaluation process and is prepared to consider the risks and uncertainties of switching to a different language in the first place. For this to happen it needs to be demonstrated that:</p> <ol> <li>Current platform is no longer inadequate. </li> <li>A new platform promises benefits that by far outweigh the hassle.</li> </ol> <p>However, would you had asked "What is the best way to be able to use at work the language I like", the answer would have been "join a company that already uses the language or start your own".</p>