Y
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
lacampbell
3353 days ago
Yeah, it's a valid point.
link