Fork me on GitHub
#test-check
<
2016-10-28
>
Yehonathan Sharvit06:10:47

@lucasbradstreet which one? the blog post or the interactive doc?

lucasbradstreet06:10:33

Both are great. I love the docs versions with inline testable examples though. I want it everywhere 😄

lucasbradstreet06:10:31

In the example where the property is incorrect i.e. (let [s (sort v)] (< (first s) (last s))))) it might be useful to say that both properties and the code they test can be incorrect. Usually you’re trying to start from a correct property and find a bug in your code, but sometimes your code ends up testing your properties instead. I’m not sure how obvious it’ll be to a new user

Yehonathan Sharvit12:10:21

@lucasbradstreet you can live interactive doc with the codox klipse theme. It’s super easy to integrate in any lib that is cljs ported