:: Re: [DNG] C exception handling
トップ ページ
このメッセージを削除
このメッセージに返信
著者: kc-devuan
日付:  
To: dng
題目: 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.