Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Friday August 18 2017, @08:47AM   Printer-friendly
from the delete-all-your-files.-Ok? dept.

Submitted via IRC for TheMightyBuzzard

Try this simple technique to write messages that help users understand the reason for errors.

The first time a user encounters an application's documentation, it's not always with the user manual or online help. Often, that first encounter with documentation is an error message.

Technical writers should be involved in writing error messages. It's an important, although often overlooked, part of the job. After all, error messages are documentation, albeit documentation that's embedded in the code.

[...] An error message should be meaningful. By that, I mean full of meaning not only for a developer, but also for the user of the software. To prevent any panic or confusion, the message should be clear.

A meaningful error message should:

  • be short (you can write in sentence fragments);
  • contain a description, in plain language, of what went wrong; and
  • use wording or a tone that doesn't (whether explicitly or not) blame the user.

Source: https://opensource.com/article/17/8/write-effective-error-messages


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Informative) by KritonK on Friday August 18 2017, @09:00AM (4 children)

    by KritonK (465) on Friday August 18 2017, @09:00AM (#555778)

    I intentionally specified an invalid URL at their web site, hoping to get an unhelpful 404 error. Instead, I got a very helpful "Unfortunately the page you are looking for no longer exists. We'd love for you to stick around, so visit our homepage to get started OR feel free to try a new search." with a link to said homepage and followed by a site-specific search box.

    They do practice what they preach!

    Starting Score:    1  point
    Moderation   +1  
       Informative=1, Total=1
    Extra 'Informative' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 3, Insightful) by Wootery on Friday August 18 2017, @09:21AM (1 child)

    by Wootery (2341) on Friday August 18 2017, @09:21AM (#555782)

    Technically though the message of their 404 page isn't accurate.

    Unfortunately the page you are looking for no longer exists.

    No, it never existed.

    • (Score: 3, Funny) by kazzie on Friday August 18 2017, @01:41PM

      by kazzie (5309) Subscriber Badge on Friday August 18 2017, @01:41PM (#555871)

      Oh, so you think time flows that way....

      (The Bird/Guide MkII, HHGG Quandary Phase)

  • (Score: 2) by el_oscuro on Friday August 18 2017, @11:46PM (1 child)

    by el_oscuro (1711) on Friday August 18 2017, @11:46PM (#556183)

    That is a pretty good 404 page. However I like Ars better:

    https://arstechnica.com/x/sdjskjed [arstechnica.com]

    --
    SoylentNews is Bacon! [nueskes.com]
    • (Score: 2) by KritonK on Monday August 21 2017, @11:03AM

      by KritonK (465) on Monday August 21 2017, @11:03AM (#556968)

      Actually, the ars technica 404 page is what the article preaches against. A big 404 and an image of a shark, coming at warp speed at you from the moon, isn't very helpful. The opensource.com 404 page follows the principles of the article, explaining what the error is, without blaming the user. (It's our fault, for not having the page you requested, instead of yours, for trying to visit a non-existent page.)