Fork me on GitHub
#clojure-spec
<
2018-05-13
>
andy.fingerhut18:05:57

Would adding the links you gave for Cognitect blog articles on spec, and the videos, to one or both of the spec rationale and spec guide articles be of interest?

Alex Miller (Clojure team)18:05:58

Nah, most of it is also in the guide

andy.fingerhut18:05:19

I have read about some operation in spec doing 'sampling' in its validation/checking of a value against the spec, for better performance (but also, obviously, less precise checking). Is there something in the spec documentation I can look for to remind me where this occurs?

andy.fingerhut18:05:53

Thanks. I see those in the spec guide, and good to see the doc strings for s/every and s/every-kv mention that partial checking property.