From 3d98d155d6246e10feb13f012ad4addd18ea7cfe Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 16 Feb 2022 13:15:01 -0500 Subject: [PATCH] Update for 16-02-22 13:15 --- tech/error_handling.wiki | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tech/error_handling.wiki b/tech/error_handling.wiki index f14db2d..6106666 100644 --- a/tech/error_handling.wiki +++ b/tech/error_handling.wiki @@ -34,3 +34,21 @@ * provide clear visible or audible reminders/sugesstions * utilize forcing functions * IE required step to complete a process +* minimize chance of error in the design +* perform sensibility checks +* allow for reversal of certain actions +* feedback or error discovery and corection + +== Error recovery == + +* attempt to automatically identify the error and provide a solution +* user will first guess what has happened +* user will then try to work backwards to find a solution +* user may not have the knowledge to fix system. user then trys to find a new + method to do the same thing + + + + + +