made further changes to notes.md

This commit is contained in:
owengavi2
2026-02-19 21:15:49 -05:00
parent afebdcf088
commit 66c8afffe3

View File

@@ -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.