|
|
|
|
|
by Gibbon1
1066 days ago
|
|
I always feel like the error domain changes as you go across program domains. I keep returning to something about error handling that bothers me. People argue what the proper way to handle errors is without really considering that it's highly context sensitive. Which makes me think you should be able to pass an error handler down to lower level functions that tells them what to do when something bad happens. Sort of like recent ideas where you pass functions a allocator instead of them calling malloc() directly or whatever. |
|