:: Re: [DNG] C exception handling
Kezdőlap
Delete this message
Reply to this message
Szerző: kc-devuan
Dátum: 2024-11-02 15:19 -000
Címzett: dng
Tárgy: 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.