this post was submitted on 30 Jan 2024
1938 points (99.1% liked)

Programmer Humor

32070 readers
424 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tetris11@lemmy.ml 0 points 7 months ago (1 children)

Tell that to video games, which constantly need a compat mode enabled

[–] dan@upvote.au 11 points 7 months ago* (last edited 7 months ago) (1 children)

The fact that a compat mode exists means that Microsoft put effort into backwards compatibility. Windows even emulates some old bugs for old popular apps that depended on them. I don't think any other OS does that.

[–] toastal@lemmy.ml 3 points 7 months ago

I don’t like Microsoft Windows at all, but you are absolutely right about doing a good job with backwards compatibility.

Linux isn’t so backwards compatible, but with much of it having open source code, you can often compile it again yourself—tho having been written in a language that offers good backwards compatibility also helps.