this post was submitted on 17 Jul 2023
523 points (97.6% liked)

Programmer Humor

20304 readers
460 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
[–] [email protected] 8 points 2 years ago (2 children)

i like when my strongly typed language can type itself, why should i have to type extra words because the compiler is stupid?

[–] [email protected] 16 points 2 years ago* (last edited 2 years ago) (2 children)

So that next time your coworker uses the wrong type, the compiler can scream at him: "NO I WONT COMPILE THIS YOU DUMBASS, LOOK JOHN SAID ON LINE 863 THAT IT SHOULD BE A DOUBLE, NOT A FLOAT FOR FUCK SAKE"

[–] [email protected] 4 points 2 years ago (1 children)

Tell me you are a Java dev without telling me you are a a Java dev 😂

[–] mark 0 points 2 years ago

As a JS dev, I can only wish we had those types 🥲

[–] [email protected] 1 points 2 years ago

you can still have that without having to declare the type manually. check out Swift or OCaml for example