511
You can pry pattern matching from my cold dead hands
(sopuli.xyz)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Most of the times you can just
let ... else(which is basically a custom?if you needif let ... elseit's because you actually need 2 branching code paths. In any other language you also doif ... elsewhen you have 2 different code branches. I don't see why this is a rust-specific issue.