top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to decide which programming language is to be chosen for a particular project?

+1 vote
236 views

How to decide which programming language is to be chosen for a particular project? Or should we stick to just one with all dedication? Or is this question too personal?

posted Oct 6, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Some issues to note:

Productivity of the language (including tools - IDE, debugger, etc)
Employable set of people who have that particular language skills
"popularity" of the language
People in your organization who have the language skills
difficulty in learning the language
portability of the language/platform support
applicability to the problem domain (I.E. device driver and python most likely is not a good idea)
There are others.

In some places I have seen horrible mandates on language choice by managers who did not understand new-fangled languages like C++ so they would only allow C. Or there are managers who believe all the hype and press and choose, for example, Ruby where it has no business being.

Most often it comes down to one that your organiation has competency with and is mostly suitable for the doamin.

If you want to incorporate a new language for your organization roll it out with test/small/trial projects.

answer Oct 6, 2016 by Rajat Dubey
Similar Questions
+1 vote

What factors can be play major role to take decision on process model ?
I know just terms like Waterfall , Sprint, Agile etc and also an associated question what is " scrum " ?

...