this post was submitted on 10 Sep 2025
536 points (98.0% liked)

Programmer Humor

27117 readers
2274 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] JackbyDev@programming.dev 32 points 1 month ago (2 children)

I am strongly strongly statically typed pilled and I will not apologize.

[–] expr@programming.dev 4 points 1 month ago (1 children)

100%. Though I can't imagine the meme is actually saying that things being stringly typed is a good thing.

[–] JackbyDev@programming.dev 1 points 1 month ago

I don't think it is, and I'm not saying they don't have their place, I'm just a bit of a hater of dynamic types, like in a fun way, I don't think they're the bane of existence or anything. I just really love static typing.

[–] Jankatarch@lemmy.world 1 points 1 month ago (2 children)

But what about the absraction and portability and the inheritence and bunch of other buzzwords?!

[–] JackbyDev@programming.dev 5 points 1 month ago

Every compile error I work through is a runtime error I don't have to troubleshoot by surprise. 🙏

[–] adminofoz@lemmy.cafe 1 points 1 month ago

Portability, abstraction and inheritance are fundamental concepts, not buzzwords. Strongly typed languages can and does have all of these things.