this post was submitted on 17 Jul 2023
519 points (97.6% liked)
Programmer Humor
19488 readers
1034 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
i like when my strongly typed language can type itself, why should i have to type extra words because the compiler is stupid?
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
Type error unless there's an implementation of
+
that specifies adding together and integer and a string.💯% accurate. funny how the typescript developer thinks this is some kind of "gotcha!"... like maybe just try a language besides typescript and find out for yourself 😆
"brought" 😏
my complaint is that typescript is stupid, yes. so why wouldn't i compare to what other languages do that is less stupid?
on the plus side, at least now i know that the ad-hominem minded devs came here too, and brought their righteousness with them.
OCaml 😍
In the world of C and pointer arithmetic this makes perfect sense /s
I'm not sure if you're being rhetorical or not, but "string|number" is definitely correct here. A computer could definitely figure this out, but typing is for the benefit of the coders more than the code itself. It's basically functional documentation
Yeah that's what I'm saying, I hate it when coworkers will assign everything as "any" just to avoid the scary red squigglies. Oh well I guess that's what code reviews are for 🙃