Hacker News new | ask | show | jobs
by bcrosby95 994 days ago
It probably depends on the language you're using. Pattern matching is awesome in Erlang and Elixir. In most other languages it ranges from "nice" to "bleh".
1 comments

Pattern matching is awesome in Rust. It carries the stellar legacy of Haskell.