An open API service indexing awesome lists of open source software.

https://github.com/alvarogarcia7/greeting-kata-clojure

Greeting kata in clojure. Perfect for practicing Outside-In testing
https://github.com/alvarogarcia7/greeting-kata-clojure

clojure kata make makefile midje multimethods outside-in-tdd readme repl srp tdd

Last synced: 3 months ago
JSON representation

Greeting kata in clojure. Perfect for practicing Outside-In testing

Awesome Lists containing this project

README

        

# greetings kata

Practicing the [Greetings kata](https://github.com/testdouble/contributing-tests/wiki/Greeting-Kata)

### Technical notes

* Using multimethods (for polymorphism)
* Try to separate the concern of the multiple names
* Try to componse the functions to they follow the SRP

### Running the tests

See https://github.com/alvarogarcia7/cli-app-base-clojure#tests