I just took at peek at the macchiato.fs namespace and I see a lot of slurpy keyword args. These are more difficult to wrap than functions which just take an optional params map.
A recent discussion on clojure IRC led to a general concensus that slurpy keyword args were in general a code smell. I vote to change them to take an optional extra options map. Thoughts?
I just took at peek at the macchiato.fs namespace and I see a lot of slurpy keyword args. These are more difficult to wrap than functions which just take an optional params map.
A recent discussion on clojure IRC led to a general concensus that slurpy keyword args were in general a code smell. I vote to change them to take an optional extra options map. Thoughts?