this post was submitted on 04 Jun 2025
567 points (99.6% liked)

Programmer Humor

23855 readers
2102 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
[–] squaresinger@lemmy.world 3 points 1 day ago

You always have to balance: Do you want the user to have "some" user experience, or none at all.

In the case of image viewers or browsers or stuff, it's most often better to show the user something, even if it isn't perfect, than to show nothing at all. Especially if it's an user who can't do anything to fix the broken thing at all.

That said, if the user is a developer who is currently developing the solution, then the parser should be as strict as possible, because the developer can fix stuff before it goes into production.