this post was submitted on 15 Apr 2025
304 points (99.0% liked)
Programmer Humor
23240 readers
1301 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
Unlocalized strings are not errors.
Yes, they are errors
Examples of such things being labelled as an error:
https://learningintheopen.org/2024/12/12/microsoft-outlook-error-error-failed-to-load-localized-strings/
https://docs.revenera.com/installshield26helplib/rn/Content/helplibrary/Localized_String_Considerations.htm
I have several Jira tickets that would like a word with you.
I guess it depends on the definition, but I'd say they absolutely are errors; if some function produces a result that is both unexpected for the user and outside the design criteria it should be considered an error.