Fork me on GitHub
#clojure-spec
<
2020-06-10
>
adam14:06:09

I am trying to validate a server-side form with spec (so Clojure not ClojureScript) and I am a little lost about where to start to formulate human readable error messages. Is https://github.com/alexanderkiel/phrase the de-facto library for that?

avi14:06:23

I’ve always used expound for that