this post was submitted on 12 Aug 2023
780 points (96.4% liked)

Programmer Humor

32070 readers
495 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ZILtoid1991@kbin.social 6 points 1 year 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.

[–] scubbo@lemmy.ml 2 points 1 year 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 1 year 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.