this post was submitted on 26 Jul 2026
29 points (70.4% liked)
Technology
86679 readers
2985 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, fair. New versions release every year. It's usually good stuff, but it does add some toil to existing codebases.
Back in the day, I was getting a new "99% compatible" DOS version every 6 months (until we transitioned to the PharLap 32 bit extender, got more memory to work with AND stopped the perpetual upgrade treadmill.)
That "99% compatible" thing means: in a 10,000 LOC codebase, you've got 100 things to fix before it works on the new DOS.
I really liked working with Qt from 2006-2024 or so, the only major break was 4-5 (must admit, I never migrated to 6, and nobody forced me to...) and the migration from 4-5 was less painful than a DOS version bump. Also, Qt fully insulated our code from garbage changes happening at lower layers.
Most of my version-upgrade woes seem comparatively recent, lol
Yeah, I've had to do that a few times lately. Really tweaked me when gcc transitioned things from warnings to errors.
Are we on .NET 7? No, only 8 is available here without unreasonable effort to backdate. Does the .NET 7 code run in 8 without mods? Yes, but that doesn't change the hassle of talking endlessly about it.
No. We weren't. This one was about a decade ago, around the time they first released .NET Core.
Eh...ideally you'd have the conversation once, around what upgrade strategy to use, then execute on it. Upgrade yearly vs. ride out LTS windows. Etc.
Yeah, I'm in a bigger company, so I have the conversation with the local group, then the various other "Subject Matter Expert" groups that touch the same project in their own way, and just when I think I'm done having it there's some group that submarines up and says "but we haven't qualified our code to run on 8 so if you're going to use it you'll have to pay us to do the qualification, but we're really busy so that's going to be about 6 months before we can get to it..."