Y
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
gishh
201 days ago
How many codebases besides the Linux kernel had you seen an intentional amount of use of goto?
link
orphea
199 days ago
The answer is one search away on GitHub.
I will give you one example though: various .NET repositories (runtime, aspnetcore, orleans).
link