←back to thread

203 points dahlia | 1 comments | | HN request time: 0.207s | source
1. SoftTalker ◴[] No.45154295[source]
I like just writing functions for each valid combination of flags and parameters. Anything that isn’t handled is default rejected. Languages like Erlang with pattern matching and guards make this a breeze.