Skip to content

Commit

Permalink
Add new katas (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Jun 21, 2023
1 parent 977f63e commit fa1c1ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,18 @@ Here you can find slides for Clean Code conversations or classes.
| 4 | Discussion | The Dependency Inversion Principle |
| 5 | Coding Dojo | Smart Home Refactoring Kata ([Python][smart-home-python], [C++][smart-home-cpp]) |
| 6 | Discussion | The Interface Segregation Principle |
| 7 | Coding Dojo | Kata |
| 7 | Coding Dojo | Media Player Refactoring Kata ([Python][media-player-python], [C++][media-player-cpp]) |
| 8 | Discussion | The Open-Closed Principle |
| 9 | Coding Dojo | Kata |
| 9 | Coding Dojo | Expense Report Refactoring Kata ([Python][expense-report-python], [C++][expense-report-cpp]) |
| 10 | Discussion | The Liskov Substitution Principle |
| 11 | Coding Dojo | Kata |

[gilded-rose-python]: https://github.com/Coding-Cuddles/gilded-rose-refactoring-python-kata
[gilded-rose-cpp]: https://github.com/Coding-Cuddles/gilded-rose-refactoring-cpp-kata
[smart-home-python]: https://github.com/Coding-Cuddles/smart-home-refactoring-python-kata
[smart-home-cpp]: https://github.com/Coding-Cuddles/smart-home-refactoring-cpp-kata
[media-player-python]: https://github.com/Coding-Cuddles/media-player-refactoring-python-kata
[media-player-cpp]: https://github.com/Coding-Cuddles/media-player-refactoring-cpp-kata
[expense-report-python]: https://github.com/Coding-Cuddles/expense-report-refactoring-python-kata
[expense-report-cpp]: https://github.com/Coding-Cuddles/expense-report-refactoring-cpp-kata

10 changes: 8 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ <h3>SOLID (Orange Belt)</h3>
<tr>
<td>7</td>
<td>Coding Dojo</td>
<td>Kata</td>
<td>Media Player Refactoring Kata
(<a href="https://github.com/Coding-Cuddles/media-player-refactoring-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/media-player-refactoring-cpp-kata">C++</a>)
</td>
</tr>
<tr>
<td>8</td>
Expand All @@ -198,7 +201,10 @@ <h3>SOLID (Orange Belt)</h3>
<tr>
<td>9</td>
<td>Coding Dojo</td>
<td>Kata</td>
<td>Expense Report Refactoring Kata
(<a href="https://github.com/Coding-Cuddles/expense-report-refactoring-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/expense-report-refactoring-cpp-kata">C++</a>)
</td>
</tr>
<tr>
<td>10</td>
Expand Down

0 comments on commit fa1c1ba

Please sign in to comment.