:: Re: [DNG] C exception handling
Top Pagina
Delete this message
Reply to this message
Auteur: kc-devuan
Datum:  
Aan: dng
Onderwerp: Re: [DNG] C exception handling
2 Nov 2024 12:59:14 Didier Kryn <kryn@???>:

> A simple goto may avoid a horrible nesting of loops.


Anyone with significant C experience has likely scratched their head until a refactor with goto cleaned it up. A tool of last resort including regactoring into multiple functions before considering it, of course.