Home › Per Nielsen 10 heuristics, 'error prevention' (h…
Per Nielsen 10 heuristics, 'error prevention' (heuristic #5) recommends which over good error messages?
ARemoving all error messages from the UI entirely
BLogging every error to a remote server only
CDesigning flows that prevent the error from happening
DShowing technical stack traces to all users always
Answer & Solution
Correct answer: C. Designing flows that prevent the error from happening
Nielsen #5: prevention > recovery. Confirmation dialogs for destructive actions, disabled buttons when prereqs unmet, constrained input fields.
Related questions
In modern game UI development, the IMMEDIATE-MODE GUI pattern (e.g. Dear ImGui by Omar CorIn Unity UI Toolkit (and Godot's Control system), USS / theme styling is similar to which Per Schell Lens of Curiosity + Nielsen 'aesthetic + minimalist design' (heuristic #8), UI In game UI accessibility, COLOUR-BLIND consideration most commonly avoids which colour paiIn UI architecture, the MVVM pattern (used by Unreal UMG + Unity UI Toolkit) decouples viePer Schell's *Art of Game Design* (Lens of Indirect Control), the GAME UI should ideally dPer Unity UGUI docs (and Godot Control), the CANVAS render mode 'Screen Space − Overlay' pIn game UI, DIEGETIC vs NON-DIEGETIC UI are distinguished by which property?