this post was submitted on 14 Jun 2023
36 points (100.0% liked)

Programmer Humor

32061 readers
1074 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] 1hitsong@lemmy.ml 1 points 1 year ago

I'd take C# over Go any day.

You call a function, check for err. You call a function, check for err. You call a function, check for err. You parse a string to a number, check for err.

Some of the ugliest code I've worked in. Just give me a try catch!

Is it fast! I'll give it that.