Sun, 13 Jun 2010

ClojureCheck is back!

ClojureCheck is back. It brings specification based testing to Clojure and integrates (almost) seamless with clojure.test. So what does specification based testing mean and how does it help you?

See more ...

Published by Meikel Brandmeyer on 13 Jun 2010 22:28

Comments

Wed, 02 Jun 2010

Did you know about comments? (Part 5)

Sometimes one comments parts of code. Eg. to quickly check a different variant of the code. Or to return a mock value while debugging. Clojure provides several ways to comment code. Some more obvious than others...

See more ...

Published by Meikel Brandmeyer on 02 Jun 2010 17:56

Comments