logoalt Hacker News

vendiddylast Sunday at 11:43 AM0 repliesview on HN

If get a chance to read some Elixir/Erlang code you'll see that pattern matching is used frequently to assert expected error codes. It does not mean ignore errors.

This is a common misunderstanding because unfortunately the slogan is frequently misinterpreted.