Mexigore@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agoApp crashed to the point that even the error message has errorslemmy.worldimagemessage-square11fedilinkarrow-up1275arrow-down13
arrow-up1272arrow-down1imageApp crashed to the point that even the error message has errorslemmy.worldMexigore@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square11fedilink
minus-squareDavidGA@lemmy.worldlinkfedilinkarrow-up16arrow-down12·1 month agoUnlocalized strings are not errors.
minus-squareMexigore@lemmy.worldOPlinkfedilinkarrow-up16·edit-21 month agoYes, 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
minus-squareRob@lemmy.worldlinkfedilinkEnglisharrow-up13arrow-down1·1 month agoI have several Jira tickets that would like a word with you.
minus-squarebalsoft@lemmy.mllinkfedilinkarrow-up3·1 month agoI 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.
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.