- Generate the structure
npm run plop
and follow the instructions - Copy paste the kata into the relevant folders under
/excercises
- Profit ????
- First 5 - 10 mins to read and understand the Kaka
- Either start writing test or collaborate on the overall high level implementation
- Start with the first test case
- Keep the last 15 minutes for retrospective or discussing different solutions if there are more than 1 team.
-
Only a maximum of 3 people per team, more than that and it starts becoming a marketplace
-
First person only writes the first test case. You're free to discuss the implementation in a high order format but leave the technical details to the first test case.
-
Next person resolves the failing test and writes the following test. Then the round robin continues
a(*testcase*) -> b(*implement*) -> b(*testcase*) -> c(*implement*) -> c(*testcase*) -> a(*implement*)
-
Only 2 people are allowed to talk at once. The person that wrote the test case and the person that's attempting to resolve the test case.
- Fork this github
- Continue on your own group, if you'd like to contribute back to the original dojo, submit a PR that follows the convention -
<kata-name>-group-<no>