Hacker News new | ask | show | jobs
by tucnak 205 days ago
Nonsense. Linux kernel for one example, uses goto everywhere for error handling.
1 comments

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).