Skip to content

Instantly share code, notes, and snippets.

@catwell
Created March 29, 2012 13:12
Show Gist options
  • Save catwell/2237358 to your computer and use it in GitHub Desktop.
Save catwell/2237358 to your computer and use it in GitHub Desktop.
ESR quote
Constantly asking for confirmation where the answer is almost always
“yes” conditions the user to press “yes” without thinking about it, a
habit that can have very unfortunate consequences. Programs should
request confirmation only when there is good reason to suspect that the
answer might be “no no no!” A confirmation request that is not a
surprise is a strong hint of bad design. Any confirmation prompts at all
may be a sign that what your interface really needs is an undo command.
-- Eric S. Raymond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment