this post was submitted on 10 Sep 2025
511 points (98.1% liked)

Programmer Humor

26237 readers
2143 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 3 points 12 hours ago (1 children)

Groovy is pretty wild. It's like, honey, you need me to make this a BigInteger for you? I got you honey, don't even worry about it.

[–] Ephera@lemmy.ml 2 points 9 hours ago (1 children)

Yeah, I kind of respect the stance, because it knows what it wants to be, but I also wrap number types into a separate data type to document that maybe you shouldn't multiply a port number by the wheel count and pass that into the temperature parameter, because I want more fine-grained typing, not one-size-fits-all.

[–] JackbyDev@programming.dev 2 points 8 hours ago

I love the idea of "tiny types" like that and wish they were built into more languages.