Hacker News new | ask | show | jobs
by Pxtl 4515 days ago
C switch fallthrough. I know it's old and everybody's used to it and I get why it's there, but it's freaking weird. I love c#'s response that you must use goto <case> instead to make fallthrough explicit.