Post #2059277
2026-05-03 16:07 UTC
Replies (2)
-
@zanna@hachyderm.io 2026-05-07 07:07
@jitterted@sfba.social Not quite the same thing, but I was recently reading an older book about usability of web forms called _Forms that Work_ by Jarrett and Gaffney. They found that “If condition then do action” instructions are more reliable than “Do action if condition” constructions. Some people will do the action without regard to the condition.
-
@sebhans@hachyderm.io 2026-05-07 10:40
@jitterted@sfba.social Depends on the target audience, I'd say. I definitely prefer goal-then-method, but there are situations where it's better to have the action first, e.g., in a playbook meant to be executed in a more or less dumb fashion. Also, if the description of the goal is long, you might want to mention it briefly, then show the method, and only then launch into the full description. Otherwise, readers might think, “Yes, this is what I want, but WTF do I actually do?”