Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works

27 replies

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.

16
lemmy.world

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.

7
programming.dev

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

What is 3 + 5?

1
JazzAlienreply
lemm.ee

These memes are made by first semester cs students

22

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

0
257mreply
lemmy.ml

Why not just use vim? It's preinstalled.

2

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.

6
programming.dev

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

11

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.

1

You reached the end

It's routine | Spyke