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
- Host: GitHub
- URL: https://github.com/alvarogarcia7/greeting-kata-clojure
- Owner: alvarogarcia7
- Created: 2017-07-25T23:16:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T12:30:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T22:49:47.010Z (5 months ago)
- Topics: clojure, kata, make, makefile, midje, multimethods, outside-in-tdd, readme, repl, srp, tdd
- Language: Clojure
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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