Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hyper-optimized telemetry kata #41

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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