Hacker News new | ask | show | jobs
by gishh 206 days ago
To be fair, if you’re not “this tall” you really shouldn’t consider using goto in a c program. Most people aren’t that tall.
1 comments

Nonsense. Linux kernel for one example, uses goto everywhere for error handling.
How many codebases besides the Linux kernel had you seen an intentional amount of use of goto?
The answer is one search away on GitHub.

I will give you one example though: various .NET repositories (runtime, aspnetcore, orleans).