154
you are viewing a single comment's thread
view the rest of the comments
[-] Odinkirk@lemmygrad.ml 2 points 1 day ago

You can set up a global exception handler in some frameworks. By having multiple (not a crazy amount) of exceptions, you can set up logic for how to handle that kind of error. Then you can just throw the exception instead of writing individual catch blocks.

This is especially helpful in things like a REST API where user input can cause all kinds of fun, let alone network issues, problems with your data source, etc.

this post was submitted on 13 Nov 2024
154 points (98.1% liked)

Programmer Humor

32464 readers
418 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS