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

Programmer Humor

19315 readers
1 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jdeath@lemm.ee 8 points 1 year 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?

[–] Wats0ns@sh.itjust.works 16 points 1 year ago* (last edited 1 year 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"

[–] jflorez@sh.itjust.works 4 points 1 year ago (1 children)

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

[–] mark@programming.dev 0 points 1 year ago

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

[–] jdeath@lemm.ee 1 points 1 year ago

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