this post was submitted on 10 Oct 2025
870 points (99.1% liked)
Programmer Humor
26817 readers
3742 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's what's always amused me about the "code re-use" imperative. I started my career with Visual Basic 3 -- what good could anything I wrote back then possibly do me today?
I work at a multi-bilion dollar company that would crash to a halt if our Cobol + assembly language Unisys system written in the 80s went offline. It's hard to predict what will become difficult to replace, but some code has extraordinary staying power.
I wrote a web app circa 2001 (Visual Basic 6 and Classic ASP) that is still in use. Unremarkable except that this app was a graphical UI front end atop a clunky mainframe app from the 1970s. The fact that my app is still running means this mainframe app is still running.