this post was submitted on 10 Sep 2023
48 points (88.7% liked)

Programming

16752 readers
212 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

It feels like anything is mowed down on the internet. I've been a dev for a long time too, and I never feel sure when I chose a stack for a new toy project (in my day job I rarely get to chose, so that's a non issue there)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 11 months ago (1 children)

As a society and as individual computer scientists, none of us actually know what a computer is or how to use them. All programming languages are guesses, mere attempts to encode our natural-language reasoning and philosophy in the purely syntactic and formal fashion required by computers. Don't let yourself become biased in favor of specific languages; instead, understand that all languages are bad in different ways.

[–] [email protected] 14 points 11 months ago (1 children)

And don't forget, that much of what people criticize isn't the language per se, but the community/ecosystem around it.

NPM is objectively bad, but Javascript is by no means coupled to it.

Java projects are often very "verbose", but that's a choice by the developer of the libraries and apps, not so much Java itself.

[–] [email protected] 6 points 11 months ago (1 children)

Ecosystems matter, though. In fact, I think they're the hardest part to learn for most languages.

You can try to get away from NPM, but you'll always run across instructions on how to do a thing in NPM. Do it any other way, and you're on your own.

You can try to write Java in a less verbose way, but the standard library will fight you before we even talk about third party libs.

[–] [email protected] 2 points 11 months ago

I never argued, that they don't matter.