1051
do as i say... (lemmy.ca)
submitted 11 months ago by xia@lemmy.ca to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] ChickenLadyLovesLife@lemmy.world 9 points 11 months ago

oftn th lang ony allwd shrt var nms

I started coding with TurboBasic which allowed variable names of any length but the compiler only looked at the first two letters (and case-insensitive at that), so DOUGHNUT_COUNT and DoobieCounter were actually the same variable. Good times debugging that kind of shit.

[-] palordrolap@kbin.social 3 points 11 months ago

Yeah, I was thinking of old 8-bit computers that did the same ignore-after-second-char thing. Most people didn't bother typing the extra characters though because 1) those characters took up valuable memory and 2) if you accidentally put a keyword in the middle of your longer name, the tokeniser would see it and assume it was a keyword.

e.g. Calling your variable FORGET seemed like a good idea until you got a syntax error because FOR and GET are both keywords. FO it is, then. Or just F.

COLOR was cursed too; OR is usually a keyword, even if COLOR itself isn't. British English COLOUR might save you here, but you're still losing those four extra bytes.

this post was submitted on 09 Sep 2023
1051 points (97.2% liked)

Programmer Humor

31784 readers
243 users here now

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

Rules:

founded 5 years ago
MODERATORS