:: Re: [DNG] C exception handling
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: kc-devuan
Fecha:  
A: dng
Asunto: Re: [DNG] C exception handling
29 Oct 2024 13:20:40 Didier Kryn <kryn@???>:

> This goes against program readability; and this is my major concern.


Handling an exception locally such as storage_error is certainly very readable to me. I guess the debate on propagating will continue. It is said you should handle them as early as possible, if you do.