this post was submitted on 22 Jun 2024
216 points (94.3% liked)
Programmer Humor
32461 readers
451 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And both lives end when you need to read some legacy VBA code base
Why the VBA hate? Arrays?
In case the "dim" comment isn't a joke, as I recall it's short for "dimension", as in you are specifying each variable's dimension in the computer's memory. Source: some "intro to programming with vb6" book I read like 15 years ago at this point.