this post was submitted on 05 Sep 2023
829 points (98.5% liked)

Programmer Humor

19315 readers
904 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 42 points 1 year ago (4 children)

bro has never heard of reading the compiler error

[–] [email protected] 16 points 1 year ago* (last edited 1 year ago) (1 children)

When you're in VSCode with 10 different red squiggles, who can be bothered?

Edi: Also, OH MY GOD JUNIORS WHO WON'T JUST GOOGLE THE ERROR MESSAGE.

[–] [email protected] 6 points 1 year ago
[–] ChickenLadyLovesLife 7 points 1 year ago (1 children)

I first started programming with TurboBasic which had the oh-so-amusing characteristic that you could have variable names of any length but the compiler only used the first two letters (and case-insensitive at that). So "DonutCount" and "DoobieCounter" actually referred to the same variable.

Really good times trying to debug that kind of shit.

[–] [email protected] 5 points 1 year ago (1 children)

I'm trying to write an intentionally bad programming language. Don't give me ideas.

[–] ChickenLadyLovesLife 2 points 1 year ago (1 children)

Make sure you add a "Variant" type lol.

[–] [email protected] 1 points 1 year ago (1 children)
[–] ChickenLadyLovesLife 1 points 1 year ago (1 children)

Oh you sweet summer child. The Variant type in VB was so much worse than just a String.

[–] [email protected] 1 points 1 year ago (1 children)

I'm just complaining since I have the fortune of using a language where everything is represented as a string.

What is 3 + 5?

[–] ChickenLadyLovesLife 3 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago

A lot of people would say 8, I'm glad I didn't have to correct you.

[–] redempt 7 points 1 year ago

man will never survive the rust programming language

[–] [email protected] 4 points 1 year ago