https://github.com/rsm-hcd/cop-clean-code-katas
Coding Katas for the Clean Code Community Of Practice
https://github.com/rsm-hcd/cop-clean-code-katas
Last synced: 2 months ago
JSON representation
Coding Katas for the Clean Code Community Of Practice
- Host: GitHub
- URL: https://github.com/rsm-hcd/cop-clean-code-katas
- Owner: rsm-hcd
- License: mit
- Created: 2023-12-21T18:43:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T15:16:44.000Z (over 1 year ago)
- Last Synced: 2025-03-24T22:03:11.105Z (2 months ago)
- Language: TypeScript
- Size: 35.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cop-clean-code-katas
Coding Katas for the Clean Code Community Of Practice
## Getting Started
This is a Deno based repository. Because of this, whether you are a participant
or a contributor, you will need to install Deno. you can read about Deno
[here](https://deno.com/) if you are unfamiliar with the runtime.### Install Deno
- Follow
[these steps](https://docs.deno.com/runtime/manual/getting_started/installation)
to install Deno
- Follow
[these steps](https://docs.deno.com/runtime/manual/getting_started/setup_your_environment#visual-studio-code)
to get VSCode setup for Deno## Next Steps
- If you are a `participant` (looking to practice a kata) then install the
[kata-runner](https://github.com/rsm-hcd/kata-runner).
- If you are a `contributor` (looking to add or alter Katas) then follow
[these](./documentation/contributors.md) instructions