weavejester / compojure

A concise routing library for Ring/Clojure
Eclipse Public License 1.0
4.08k stars 259 forks source link

Change `if` to `when` #177

Closed selesdepselesnul closed 6 years ago

selesdepselesnul commented 6 years ago

I think, it's more idiomatic to use when macro

weavejester commented 6 years ago

If if wasn't idiomatic, it wouldn't have a 2-argument form.