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

Programmer Humor

31224 readers
51 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 10 months ago (2 children)

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

[–] [email protected] 7 points 10 months ago (1 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.

[–] [email protected] 2 points 10 months 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.

[–] [email protected] 1 points 10 months 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.

[–] [email protected] 4 points 10 months ago

I was thinking about this a bit. Does that mean you can develop a piece of software much more cheaply now? I have a fear that companies writing software get a 10% discount from writing bloat, while clients wind up using 10,000% the resources and are just so used to it they don't complain.