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.
- Host: GitHub
- URL: https://github.com/kudashevs/ohce-kata
- Owner: kudashevs
- License: mit
- Created: 2023-03-10T23:11:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T21:51:33.000Z (about 2 years ago)
- Last Synced: 2025-01-21T16:38:44.150Z (5 months ago)
- Topics: codekata, codingdojo, kata, ohce, programmingkata
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## The Ohce kata 
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.