:: Re: [DNG] C exception handling
Góra strony
Delete this message
Reply to this message
Autor: kc-devuan
Data:  
Dla: dng
Temat: 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.