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.