Skip to content

rwalle61/katas

Repository files navigation

Katas

Here are my solutions to clean code katas, such as those in Agile Technical Practices Distilled.

Getting Started

git clone <REPO>
yarn install
yarn test # starts Jest watch mode

The solutions to some katas can be run in the terminal:

npm install -g ts-node
ts-node ./src/<KATA>/main.ts