this post was submitted on 11 Jul 2025
777 points (98.7% liked)

Programmer Humor

24957 readers
2148 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
[–] ChickenLadyLovesLife@lemmy.world 3 points 19 hours ago (2 children)

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

[–] locuester@lemmy.zip 4 points 19 hours ago (1 children)

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

[–] ChickenLadyLovesLife@lemmy.world 3 points 18 hours 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.

[–] locuester@lemmy.zip 1 points 18 hours ago (2 children)

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

[–] voodooattack@lemmy.world 3 points 17 hours 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.

[–] ChickenLadyLovesLife@lemmy.world 1 points 16 hours ago* (last edited 16 hours 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.

[–] locuester@lemmy.zip 1 points 11 hours 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.

[–] ChickenLadyLovesLife@lemmy.world 1 points 9 hours 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.

[–] locuester@lemmy.zip 1 points 2 hours ago

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

[–] ICastFist@programming.dev 1 points 47 minutes ago

One function per file is definitely what grok would output