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

https://github.com/kudashevs/ohce-kata

A solution of the Ohce Kata.
https://github.com/kudashevs/ohce-kata

codekata codingdojo kata ohce programmingkata

Last synced: 3 months ago
JSON representation

A solution of the Ohce Kata.

Awesome Lists containing this project

README

        

## The Ohce kata ![test workflow](https://github.com/kudashevs/ohce-kata/actions/workflows/run-tests.yml/badge.svg)

The [Ohce kata](https://codesai.com/posts/2016/05/ohce-kata) is a short and simple exercise to practice outside-in TDD using test doubles.
This repository contains both solutions of this kata: Inside-Out (bottom-up) solution and Outside-In (top-down) solution.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.