generated from mwc/lab_server
made further changes to notes.md
This commit is contained in:
2
notes.md
2
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.
|
||||
|
||||
Reference in New Issue
Block a user