It's routine

alphacyberranger@sh.itjust.works to Programmer Humor@programming.dev – 824 points –
27

bro has never heard of reading the compiler error

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.

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

Make sure you add a "Variant" type lol.

It's called a String.

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

man will never survive the rust programming language

You all use notepad to code?

These memes are made by first semester cs students

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

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.

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

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.