https://github.com/piraces/katas
Personal repo to organize all my made code katas with descriptions and explanations
https://github.com/piraces/katas
codekata kata template
Last synced: 7 months ago
JSON representation
Personal repo to organize all my made code katas with descriptions and explanations
- Host: GitHub
- URL: https://github.com/piraces/katas
- Owner: piraces
- License: mit
- Created: 2019-09-14T18:32:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T15:24:32.000Z (over 6 years ago)
- Last Synced: 2025-02-25T20:43:29.082Z (11 months ago)
- Topics: codekata, kata, template
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Katas project
Personal project with code katas I have made.
Each code kata is in a different directory. Inside each directory, there is one folder for each different language implementation. Each implementation is also in one folder inside each language folder, so it has space for different implementations / solutions.
# Goal
The main goal of this project is to make a recopilation to all code katas I have made in order to view all practices and decisions made in each one and learn from practice. I think this could also help other people (comparing solutions, analising resolved katas, etc).
# Code kata explanation
Inside each code kata folder a `README` file is available describing the kata (using the available `KATA_TEMPLATE`).
Each kata includes a brief explanation, a link of reference and the rules (if any).
# Solution explanation
Each solution folder contains a `README` explaining how to build, run and test the solution (using the available `SOLUTION_TEMPLATE`). The requirements to use sources are also listed with any other relevant info.