this post was submitted on 11 Jul 2025
859 points (100.0% liked)

Programmer Humor

25002 readers
1044 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 73 points 3 days ago (1 children)

This just confirms Twitter is a 1M line BASIC program.

[–] [email protected] 28 points 3 days ago (3 children)
[–] [email protected] 3 points 2 days ago (1 children)
[–] [email protected] 2 points 2 days ago

GOTO considered harmful, except in this case

[–] [email protected] 10 points 3 days ago (1 children)

More like all the On Error Resume Next statements. Which wasn't even the worst thing about Visual Basic! VB also had the On Error Resume statement. On Error Resume Next at least moved on to the next line after an error occurred; On Error Resume just re-executed the error-generating line, I guess on the assumption that something would eventually change there.

[–] [email protected] 5 points 3 days ago (1 children)

There would just be one of those, at the top of the 1 file…

[–] [email protected] 3 points 3 days ago (2 children)

On Error was used within a function, so you would have one (or more ... or less) per function.

[–] [email protected] 4 points 3 days ago (1 children)

Oof indeed! After 40 years, I forgot it even had fns

[–] [email protected] 3 points 3 days ago (1 children)

I started with VB3, which didn't have custom classes. I have no idea how I did anything back then, but at least it was better than TurboBasic.

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

I did years of gw-basic, then ms quickbasic, j++, java, c#, now rust.

[–] [email protected] 3 points 3 days ago

Interesting to meet another person that went through the “GW-BASIC to Rust” journey. Mine was through FreeBasic and C++ in the middle but we ended up in the same neighbourhood.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago) (1 children)

I did BASIC on the Apple IIe, then TurboBasic, Visual Basic (3, 4, 5 and 6 with some C in there somewhere), VB.Net, C#, Java, Objective-C and finally QT. Now I drive a school bus.

[–] [email protected] 1 points 3 days ago (1 children)

Omg you landed my dream job. Another couple years and I can quit this desk shit and go make kids lives better.

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

Lol "landed". We are fucking desperate for drivers. So desperate that one of our drivers totaled two cars in one day last year and didn't even get suspended.

[–] [email protected] 1 points 2 days ago

Yeah probably similar a lot of places. It is the same here. Always signs up everywhere begging for bus drivers. Crazy

[–] [email protected] 1 points 2 days ago

One function per file is definitely what grok would output

[–] [email protected] 1 points 2 days ago

Nah it's just if-then-elses all the way down