Main Page: Difference between revisions

From architectural katas solutions
No edit summary
No edit summary
Line 2: Line 2:
this wiki contains some sample solutions for the architectural Katas from
this wiki contains some sample solutions for the architectural Katas from
[http://www.architecturalkatas.com Ted Neward's website]<br/>
[http://www.architecturalkatas.com Ted Neward's website]<br/>
you can find the complete list in this GitHub repo [https://github.com/tedneward/ArchKatas tedneward/ArchKatas]<br/>
you can find the complete list of the Katas in this GitHub repo [https://github.com/tedneward/ArchKatas tedneward/ArchKatas]<br/>
Of course, you are welcome to add more katas, just remember to add them in the Kata namespace by writing the kata name in the URL bar after the <strong>index.php/</strong> preceded with the Kata: prefix, for example<br/>
Of course, you are welcome to add more katas, just remember to add them in the Kata namespace by writing the kata name in the URL bar after the <strong>index.php/</strong> preceded with the Kata: prefix, for example<br/>
<strong>Kata:My Kata</strong>
<strong>Kata:My Kata</strong>

Revision as of 17:23, 4 August 2022

Introduction

this wiki contains some sample solutions for the architectural Katas from Ted Neward's website
you can find the complete list of the Katas in this GitHub repo tedneward/ArchKatas
Of course, you are welcome to add more katas, just remember to add them in the Kata namespace by writing the kata name in the URL bar after the index.php/ preceded with the Kata: prefix, for example
Kata:My Kata

Goal

the aim of the wiki is to practice architectural katas with all the wiki contributors,
every kata can have virtually infinite solutions, so feel free to add your own solution.
In each kata page there is a link to create your own solution that will create a page with the following naming convention:
Solution:KataName_UserName

Katas List

Solutions List

Resources

Misc