TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux: Using goto In Kernel Code

2 pointsby axitkhuranaalmost 13 years ago

1 comment

38leinadalmost 13 years ago
i agree with linus. i find it particular useful for a common bail-out or error-handling at the end of a method. you just jump there and are good. no unnecessary indention or duplication required. but that is about the only place i found the usefullness outweigh the danger...