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

Programmer Humor

19315 readers
920 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
 
top 27 comments
sorted by: hot top controversial new old
[–] [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

vim supremecy

[–] 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

Python issue

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

You all use notepad to code?

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

According to my recruiter, you code on a whiteboard.

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

These memes are made by first semester cs students

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

I was taught java my first semester. I certainly hope no schools teach dynamic languages in the first semester.

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

I had to edit code on terminal using nano in production.

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

Use the great vim, install a linter plugin if you need one

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

Why not just use vim? It's preinstalled.

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

Not inside a docker container.

[–] ChickenLadyLovesLife 6 points 1 year ago

I used to write websites with Notepad. The upside is that you really had to learn HTML to do it; the downside is that it proves to the world that you're a fucking lunatic.

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

Missed an exclamation mark (as in negation) would be better and happens to anyone.

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

Or using < instead of <= or >

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

Something is either true or false, I would expect to have at least 50% of a chance to get it right on the first try. Nah, I fail to implement it three times because my brain went on vacation without telling me.

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

Needs more jpeg!