Skip to content

A kata for learning clojure TDD style: You task is to create your own TDD framework

License

Notifications You must be signed in to change notification settings

chrisfcarroll/clojure-kata-spec-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testfwk

"Hello World" is a traditional start for learning a new language. For TDDers, the equivalent is surely to write a test framework.

Usage

For clojure I started with:

(spec "A Spec describes expected behaviour")

which (until my computer can read english and clojure) I confirm by manual inspection: The spec does indeed describe its expected behaviour).

So I went straight on to

(spec "A Spec runs its body")

which took me about a day. But I learned some stuff about vim, fireplace, paredit, and clojure macros along the way.

License

Public domain. Chris F Carroll

About

A kata for learning clojure TDD style: You task is to create your own TDD framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published