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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
          
          
I am strongly strongly statically typed pilled and I will not apologize.
100%. Though I can't imagine the meme is actually saying that things being stringly typed is a good thing.
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.
But what about the absraction and portability and the inheritence and bunch of other buzzwords?!
Every compile error I work through is a runtime error I don't have to troubleshoot by surprise. 🙏
Portability, abstraction and inheritance are fundamental concepts, not buzzwords. Strongly typed languages can and does have all of these things.