Mexigore@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoApp crashed to the point that even the error message has errorslemmy.worldimagemessage-square11linkfedilinkarrow-up1316arrow-down13
arrow-up1313arrow-down1imageApp crashed to the point that even the error message has errorslemmy.worldMexigore@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square11linkfedilink
minus-squareDavidGA@lemmy.worldlinkfedilinkarrow-up20arrow-down13·1 year agoUnlocalized strings are not errors.
minus-squareMexigore@lemmy.worldOPlinkfedilinkarrow-up19·1 year 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-up17arrow-down1·1 year agoI have several Jira tickets that would like a word with you.
minus-squarebalsoft@lemmy.mllinkfedilinkarrow-up4·1 year 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.