Poll: Stance on programming languages
You do not have permission to vote in this poll.
Whichever is practical for the application 14 73.68%
Whichever the user is more skilled in 4 21.05%
blank or die -- there can be only one 1 5.26%
Total 19 vote(s) 100%
* You voted for this item. [Show Results]

Stance on programming languages - Psychology, Philosophy, and Licenses

Users browsing this thread: 1 Guest(s)
darthlukan
Members
At work? The best tool for the job. A lot of people say that but never provide their criteria, so here are the major points I consider in order to determine whether or not a language is the best tool to use for a given project:

1. Time to useful knowledge: Do I already know this language or does it look like something I can learn quickly? This is a personal thing which requires honest self-assessment. I can typically learn a programming language to the point of (professional) usefulness within a weekend, sometimes I need a bit longer, but I've gotten pretty good at guesstimating how long it will take me to learn something. If you're a professional software engineer, then you should definitely take the time to self-assess if you're not already doing so.

2. Is runtime performance a concern and if so, to what degree?: If runtime performance is a major concern or if the application requires heavy computation, data manipulation, or parsing of large amounts of text (companies still do this...), then I start comparing task-specific benchmarks online and/or writing my own benchmarks in various languages in order to make an adequate comparison.

3. External dependencies: For each language under consideration, given the tasks, will I require the use of lots of external libraries? Does using those external libraries carry with it additional risks and are those risks acceptable? In general, pulling in a ton of outside dependencies and to a lesser extent, internally maintained dependencies, carries certain risks. For example, if we rely on an external library that all of a sudden ceases to be maintained, or the developer is not very good about keeping up with security fixes. This is a huge problem when required to use a proprietary library or tool, less so in the Free Software and Open Source worlds.

4. Is my team already proficient in the language being considered?: Very similar to #1. It's all well and good if you can learn a language in a matter of hours to the point of usefulness because you're an excellent engineer who knows how to self-assess, but what about your team? If the project requirements don't offer much in the way of prep-time (as is the case in most startups) and your team in general is not quick to pick up languages (or frameworks), then consider placing bonus points on languages they already know.

5. Development time: Is this a time-sensitive project? Is the average speed of development in the considered language acceptable given the project's time constraints? Typically development times are better for languages where I'm "more than just useful", same for my team. This isn't always the case though. Sometimes a language just lends itself to faster dev times, whether it be due to minimal syntax or well designed grammar or ease of understanding the language API docs. For example, Go might have easy to grasp syntax, but the docs, while technically complete, are lacking in the "readable by mere mortals" department. Meanwhile (and I'm probably committing a cardinal sin here), C# has some strange conventions, but the docs are clear as day. If I have a young team and the other criteria point to either Go or C#, as a lead dev, I might lean more toward C# for the benefit of team dev time (and confidence building).


At home? I use what's fun. Typically I'll choose a language that I have less practice in (C, Rust, the lisps, etc) because it's fun to observe self-improvement and I enjoy the puzzles that come up.
Github: https://github.com/darthlukan
CRUX Ports: http://ports.brianctomlinson.com
GPG: 3694569D
"We're all human, act accordingly." -- Me


Messages In This Thread
Stance on programming languages - by robotchaos - 06-04-2017, 02:56 PM
RE: Stance on programming languages - by jkl - 06-04-2017, 03:45 PM
RE: Stance on programming languages - by apk - 06-04-2017, 11:42 PM
RE: Stance on programming languages - by jkl - 07-04-2017, 04:03 AM
RE: Stance on programming languages - by r4ndom - 07-04-2017, 06:43 AM
RE: Stance on programming languages - by jkl - 07-04-2017, 09:24 AM
RE: Stance on programming languages - by venam - 07-04-2017, 11:35 AM
RE: Stance on programming languages - by jkl - 07-04-2017, 11:54 AM
RE: Stance on programming languages - by darthlukan - 07-04-2017, 12:51 PM
RE: Stance on programming languages - by apk - 07-04-2017, 02:23 PM
RE: Stance on programming languages - by jkl - 07-04-2017, 02:46 PM
RE: Stance on programming languages - by xero - 07-04-2017, 02:49 PM
RE: Stance on programming languages - by apk - 07-04-2017, 06:42 PM
RE: Stance on programming languages - by rocx - 07-04-2017, 11:07 PM
RE: Stance on programming languages - by apk - 08-04-2017, 01:35 AM
RE: Stance on programming languages - by jkl - 08-04-2017, 08:21 AM