this post was submitted on 05 Apr 2024
523 points (94.4% liked)

Programmer Humor

24980 readers
1442 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
[–] pulaskiwasright@lemmy.ml 70 points 1 year ago (19 children)

My favorite is “Java is slow” said by someone advocating for a language that’s at least 10 times slower.

[–] kaffiene@lemmy.world 25 points 1 year ago (5 children)

My favourite is "all the boilerplate" then they come up with go's error checking where you repeat the same three lines after every function call so that 60% of your code is the same lines orlf error checking over and over

[–] pulaskiwasright@lemmy.ml 2 points 1 year ago (1 children)

And god help you if you forget those 3 lines somewhere and you silently have database failures or something else.

[–] kaffiene@lemmy.world 2 points 1 year ago

Yeah, that's the other thing - it does become easier to accidentally fail to deal with errors and the go adherents say they do all of that verbose BS to make error handling more robust. I actually like go, but there's so much BS with ignoring the pain points in the language.

load more comments (3 replies)
load more comments (16 replies)