clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
Helins 2021-05-25T20:05:12.047600Z

Thanks @suskeyhose, so as I expected it is best writing that kind of generation from scratch

2021-05-25T20:07:31.049200Z

Yes, and I would say that custom generators aren't something to shy away from either. Most structures can be made with just the base ones, but email addresses or other data that has many constraints upon what is valid should have custom generators.

👍 1