Hacker News new | ask | show | jobs
by beberlei 2037 days ago
one benefit of match over switch is that it uses === and not == internally. So it does not suffer from type coercion problems.