this post was submitted on 14 Feb 2024
527 points (96.8% liked)

Programmer Humor

19623 readers
79 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
527
??? (lemm.ee)
submitted 9 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 60 points 9 months ago (16 children)

Yes, and it fucking sucks. It's a great thing to lint for but it makes debugging such a pain - commenting out an irrelevant block to focus your debugging will sometimes break your ability to compile... it's extremely jarring.

[–] herrvogel 8 points 9 months ago (10 children)

Have they given an explanation as to why that is? I mean why make it a fatal error that prevents compilation, when you could make it a warning and have the compiler simply skip it?

[–] [email protected] 5 points 9 months ago (2 children)

Keep in mind that this is the same language that prefers function names ToBeLikeThis(), and the reason is that it looks different than Java.

[–] fadhl3y 4 points 9 months ago (1 children)

Every time I think "perhaps I should give Golang another try", it's shit like this that keeps me noping out

[–] [email protected] 2 points 9 months ago

There's two types of programming languages, the ones people complain about and the ones nobody uses. Go is still my most productive language and is killer for building webservers. I basically use it as a scripting language since it's so fast to write, compile, and execute.

load more comments (7 replies)
load more comments (12 replies)