Hacker News new | ask | show | jobs
by stackthat 5729 days ago
Better solution would be getting rid of "break" and breaking by default like VB but no one would like that...
1 comments

Actually, that's not a better solution -- case fall through is remarkably handy. It's just a problem if it happens by accident.