this post was submitted on 12 Aug 2023
728 points (96.5% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CanadaPlus@lemmy.sdf.org 21 points 2 years ago* (last edited 2 years ago) (10 children)

So was all this bloat inevitable as hardware got better, or is there a way to go back? It feels like a ripoff that our computers are 1000x better but they're maybe 10x faster once all the shitty software is taken into consideration.

[–] vrighter@discuss.tchncs.de 6 points 2 years ago (4 children)

nope. The bloat is there mainly because it makes the job easier for the devs.

[–] ZILtoid1991@kbin.social 7 points 2 years ago (2 children)

In the short run, yes. In the long run, this just makes a bunch of coders that are now afraid of type declarations, because they were scared away from it with the "what if you have to choose?" tagline, thus making turning back to the proper way of doing things harder.

[–] scubbo@lemmy.ml 2 points 2 years ago (1 children)

Can you talk more about this? I've never heard that tagline and can't figure out what it's supposed to mean.

[–] CanadaPlus@lemmy.sdf.org 1 points 2 years ago

Just from context, I'm guessing it means that you might type things one way and then need to use them another way later, and dynamically typed languages are sold as not having that problem.

load more comments (1 replies)
load more comments (6 replies)