@viebel so great!
@lucasbradstreet which one? the blog post or the interactive doc?
Both are great. I love the docs versions with inline testable examples though. I want it everywhere 😄
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
good input
how would you fix it @lucasbradstreet ?
@lucasbradstreet you can live interactive doc with the codox klipse theme. It’s super easy to integrate in any lib that is cljs ported