Issue#11 Review and Update instruction set, additionally update the CodeKata class

This commit is contained in:
Gergely Hegedus 2022-01-24 00:43:06 +02:00
parent e9a22dd60a
commit 27c708fdfc
4 changed files with 120 additions and 73 deletions

View file

@ -131,7 +131,7 @@ The Code Kata is structured into 5 different section, each section in different
Since our layering is "app", "core" and "networking", of course we will jump right into the middle and start with core.
#### Core
Open the [core instruction set](./codekata/core.instructionset).
Open the [core instruction set](./codekata/core.instructionset.md).
The core tests are the simplest, we will look into how to use mockito to mock class dependencies and write our first simple tests.