WormBase / pseudoace

Modelling the WormBase ACeDB database in datomic.
4 stars 3 forks source link

Re-name the "except" utility macro #5

Closed mgrbyte closed 8 years ago

mgrbyte commented 8 years ago

This macro has the "wrong" name (except implies catching an except ala Java/Python), whereas the correct verb for the function should be "catch" or "raise". Since catch is a clojure builtin, I suggest "raise" as the name for it.

https://github.com/WormBase/ace-to-datomic/blob/develop/src/clj/pseudoace/utils.clj#L67