Skip to content

Commit

Permalink
Add Hyper-optimized telemetry kata (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Dec 12, 2023
1 parent 13d0c34 commit 2f391c0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ Here you can find slides for Clean Code conversations or classes.
| 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 | Mars Rover Kata ([Python][mars-rover-python], [C++][mars-rover-python]) |
| 5 | Discussion | Test Design |
| 6 | Coding Dojo | |
| 7 | Discussion | Test Process |
| 8 | Coding Dojo | |
| 5 | Coding Mob | Mars Rover Kata ([Python][mars-rover-python], [C++][mars-rover-python]) |
| 6 | Discussion | Test Design / Test Process |
| 7 | Coding Dojo | Hyper-optimized Telemetry Kata ([Python][hyper-optimized-telemetry-python], [C++][hyper-optimized-telemetry-cpp]) |
| 8 | Discussion | Student Code Demo |
| 9 | Discussion | Mocking |
| 10 | Coding Dojo | |
| 11 | Discussion | Transformation Priority Premise |
Expand All @@ -84,3 +84,5 @@ Here you can find slides for Clean Code conversations or classes.
[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
[hyper-optimized-telemetry-python]: https://github.com/Coding-Cuddles/hyper-optimized-telemetry-python-kata
[hyper-optimized-telemetry-cpp]: https://github.com/Coding-Cuddles/hyper-optimized-telemetry-cpp-kata
25 changes: 15 additions & 10 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,32 +253,37 @@ <h3>Advanced TDD (Green Belt)</h3>
</tr>
<tr>
<td>4</td>
<td>Coding Dojo</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>
<td>5</td>
<td>Discussion</td>
<td>Test Design</td>
<td>Coding Mob</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>
<td>6</td>
<td>Coding Dojo</td>
<td>
</td>
<td>Discussion</td>
<td>Test Design / Test Process</td>
</tr>
<tr>
<td>7</td>
<td>Discussion</td>
<td>Test Process</td>
<td>Coding Dojo</td>
<td>Hyper-optimized Telemetry Kata
(<a href="https://github.com/Coding-Cuddles/hyper-optimized-telemetry-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/hyper-optimized-telemetry-cpp-kata">C++</a>)
</td>
</tr>
<tr>
<td>8</td>
<td>Coding Dojo</td>
<td>
</td>
<td>Discussion</td>
<td>Student Code Demo</td>
</tr>
<tr>
<td>9</td>
Expand Down

0 comments on commit 2f391c0

Please sign in to comment.