this post was submitted on 17 Jul 2023
535 points (100.0% liked)
Programmer Humor
19488 readers
749 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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"
Tell me you are a Java dev without telling me you are a a Java dev ๐
As a JS dev, I can only wish we had those types ๐ฅฒ
you can still have that without having to declare the type manually. check out Swift or OCaml for example