Skip to content

Commit

Permalink
Add LSP kata (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Jul 11, 2023
1 parent fa1c1ba commit a94e417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here you can find slides for Clean Code conversations or classes.
| 8 | Discussion | The Open-Closed Principle |
| 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 |
| 11 | Coding Dojo | Game of Life Refactoring Kata ([Python][game-of-life-python], [C++][game-of-life-cpp]) |

[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
Expand All @@ -60,4 +60,6 @@ Here you can find slides for Clean Code conversations or classes.
[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
[game-of-life-python]: https://github.com/Coding-Cuddles/game-of-life-refactoring-python-kata
[game-of-life-cpp]: https://github.com/Coding-Cuddles/game-of-life-refactoring-cpp-kata

5 changes: 4 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,10 @@ <h3>SOLID (Orange Belt)</h3>
<tr>
<td>11</td>
<td>Coding Dojo</td>
<td>Kata</td>
<td>Game of Life Refactoring Kata
(<a href="https://github.com/Coding-Cuddles/game-of-life-refactoring-python-kata">Python</a>,
<a href="https://github.com/Coding-Cuddles/game-of-life-refactoring-cpp-kata">C++</a>)
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit a94e417

Please sign in to comment.