From 66c8afffe3a4d360b19e6b6a7e734ff3d438de05 Mon Sep 17 00:00:00 2001 From: owengavi2 Date: Thu, 19 Feb 2026 21:15:49 -0500 Subject: [PATCH] made further changes to notes.md --- notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.md b/notes.md index ae61165..298ec60 100644 --- a/notes.md +++ b/notes.md @@ -30,4 +30,4 @@ On google docs, GET and POST requests are most likley used. When I log in, all m exception? When is it better not to handle an exception, and instead let the program crash? -An exception might take place when something minor or something forseen happens, like an unexpected input. A crash woud be useful when there is something very wrong or something unforseen. This could be an error within the server itself. +An exception might take place when something minor or something forseen happens, like an bad input. A crash woud be useful when there is something very wrong or something unforseen. This could be when a loop does not end, which has happened to me in the past working in python.