Sujet : Re: Opinions on `defer`?
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 03. Mar 2025, 16:44:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vq4io2$1cb1e$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6
User-Agent : Mozilla Thunderbird
Am 24.02.2025 um 21:46 schrieb Lawrence D'Oliveiro:
On Thu, 9 Jan 2025 18:42:18 +0100, Bonita Montero wrote:
If you're stuck with plain C, something like defer would be a huge
relief over gotos as used in the Linux kernel.
I use structured programming
<https://gitlab.com/ldo/a_structured_discipline_of_programming/>.
If you have multiple intializations you's need an indent for
each successful initialization. As the people use goto for
that instead they want to prevent that.