Hacker News new | ask | show | jobs
by lmm 3353 days ago
Only if you deliberately add the catch-all case. If you don't and just handle all the cases explicitly, many languages will give you a warning or error when you add a new unhandled variant.
1 comments

Yeah, it's a valid point.