Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 775 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 775 Bytes

What is the Kata of Katas?

The Kata of Katas is basically the README of the Code Katas repo in code form. In this kata, each Kata is associated to the technologies (Language and Library) they have been implemented in and that a developer can learn.

Kata, Language and Library are implemented as Java Enums.

There is a single test where you have to group the Katas, find the katas common to various languages and libraries, and count the Kata by Language and Library.

Start here: KataOfKatasTest