- Error-tolerant design
An error-tolerant design is one that does not unduly penalize user errors. It is the human equivalent of
fault tolerant design that allows equipment to continue functioning in the presence of hardware faults, such as a "limp-in" mode for anautomobile electronics unit that would be employed if something like theoxygen sensor failed.Use of behavior shaping constraints to prevent errors
Use of forcing functions or
behavior-shaping constraint s is one technique in error-tolerant design. An example is the interlock or lockout of reverse in the transmission of a moving car. This prevents errors, and prevention of errors is the most effective technique in error-tolerant design. The practice is known aspoka-yoke in Japan where it was introduced byShigeo Shingo as part of theToyota Production System .Mitigation of the effects of errors after they are made
The next most effective technique in error-tolerant design is the mitigation or limitation of the effects of errors after they have been made. An example is a checking or confirmation function such as an "Are you sure"
dialog box incomputer software for an action that could have severe consequences if made in error, such as deleting a file (although the consequence of inadvertent file deletion has been reduced from theDOS days by the concept of the recycle bin inMicrosoft Windows or thetrash can inMac OS that has been introduced in mostGUI interfaces). Adding too great a mitigating factor in some circumstances can become a hindrance, where the confirmation becomes mechanical this may become detrimental - for example, if a prompt is asked for every file in a batch delete, one may be tempted to simply agree to each prompt, even if a file is deleted accidentally.Another example is
Google 's use of spell checking on searches performed through their search engine. The spell checking minimises the problems caused by incorrect spelling by not only highlighting the error to the user, but by also providing a link to search using the correct spelling instead. Searches like this are commonly performed using a combination ofLevenshtein distance andmetaphone calculations.ee also
*
Human factors
*Human reliability
*Murphy's law External links
* [http://www.soartech.com/pubs/IITSEC2002-ModelingHumanError-SW.pdf Paper on error-tolerant design (pdf)]
* [http://www.sics.se/~joe/thesis/armstrong_thesis_2003.pdf Making reliable distributed systems in the presence of hardware errors (pdf)]
Wikimedia Foundation. 2010.