site banner

Small-Scale Question Sunday for March 31, 2024

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

1
Jump in the discussion.

No email address required.

Does it matter what programming language a company uses as long as the choice is reasonable?

For example, if a startup making a CRUD app uses JS/NodeJS or TypeScript/NodeJS or Java or Golang? Does it matter if the company uses Vue, React, Svelte or just plain HTML/JS? Obviously it does matter if there are languages specifically used in an industry or if there are special requirements. Python is a terrible choice for an operating system. But if the goal is to make an internal tool for a company, a booking system for a hotel chain, or a billing system does it matter?

Do tech choices impact business success, or are we entertaining ourselves by playing with the next cool tool?

Tech choices mostly impact the business on how easy it is to hire for it and how much the tech has a tendency to create messes. There are bunch of over engineered Java projects and PHP hacks out there that just messes with the businesses. Other than that, it doesn't really matter if you avoid that trap with sane choices. Mostly wanting to play with cool tech is an exercise in masturbation that started out with scratching an itch that last project caused. e.g. "The web UI was a kludge of JQuery, lets do it in a framework like React."

So mostly we are entertaining ourselves with the next cool tool unless it is something that is awful slow to get things done in for one reason or the other.