This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-06
Channels
- # announcements (69)
- # aws-lambda (3)
- # babashka (45)
- # beginners (29)
- # calva (4)
- # clara (7)
- # clojure (23)
- # clojure-spec (5)
- # clojure-uk (18)
- # clojurescript (57)
- # clojutre (1)
- # cursive (20)
- # datomic (31)
- # emacs (5)
- # figwheel-main (3)
- # fulcro (16)
- # graalvm (7)
- # luminus (4)
- # nrepl (9)
- # off-topic (53)
- # re-frame (8)
- # reitit (2)
- # rewrite-clj (10)
- # shadow-cljs (88)
- # spacemacs (1)
- # sql (8)
- # vim (2)
Half way through it currently, but solid recommendation from me to anyone who’s been wondering how do to property based testing (or how to do it better) from @ericnormand’s course Property-Based Testing with test.check
=)… There’s some good stuff in there ^_^…
It’s pretty good, the only thing I don’t know yet is whether the lessons will convert to action… But it’s one of those things that I intellectually understand, but have never found myself really using that much, just here and there… which I found frustrating as I always had the feeling I was missing out a pretty powerful set of techniques… I think he’s done a good job or increasing familiarity and I’m starting to think of ways I can slot the techniques to my toolset =)… Time will tell if it makes a difference however ^_^…
We have a handful of generative tests at work. We don't use it anywhere near as much as I'd like -- but a lot of our code is just "complex CRUD" operations...