Skip to content

Commit

Permalink
Add Mars Rover Kata (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Oct 30, 2023
1 parent f9387cd commit 13d0c34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Here you can find slides for Clean Code conversations or classes.
| 1 | Discussion | [Advanced TDD](advanced-tdd/01-advanced-tdd.md) |
| 2 | Coding Dojo | Roman Numerals Kata ([Python][roman-numerals-python], [C++][roman-numerals-cpp]) |
| 3 | Discussion | [Clean Tests](advanced-tdd/03-clean-tests.md) |
| 4 | Coding Dojo | |
| 4 | Coding Dojo | Mars Rover Kata ([Python][mars-rover-python], [C++][mars-rover-python]) |
| 5 | Discussion | Test Design |
| 6 | Coding Dojo | |
| 7 | Discussion | Test Process |
Expand All @@ -82,3 +82,5 @@ Here you can find slides for Clean Code conversations or classes.

[roman-numerals-python]: https://github.com/Coding-Cuddles/roman-numerals-python-kata
[roman-numerals-cpp]: https://github.com/Coding-Cuddles/roman-numerals-cpp-kata
[mars-rover-python]: https://github.com/Coding-Cuddles/mars-rover-python-kata
[mars-rover-cpp]: https://github.com/Coding-Cuddles/mars-rover-cpp-kata
5 changes: 3 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@ <h3>Advanced TDD (Green Belt)</h3>
</tr>
<tr>
<td>4</td>
<td>Coding Dojo</td>
<td>
<td>Mars Rover Kata
(<a href="https://github.com/Coding-Cuddles/mars-rover-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/mars-rover-cpp-kata">C++</a>)
</td>
</tr>
<tr>
Expand Down

0 comments on commit 13d0c34

Please sign in to comment.