lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
624 stars 52 forks source link

defnc taking pre- & post-conditions #153

Open rmschindler opened 7 months ago

rmschindler commented 7 months ago

the defn macro takes an optional prepost-map with keys :pre and :post . I notice that defnc doesn’t . I wonder if pre- & post-condition support in defnc is a good enhancement . what do y’all think?

lilactown commented 6 months ago

Sure, makes sense.