The Pet Kata is a basic Code Kata with a set exercises that a developer can complete to familiarize themselves with a subset of the APIs available in Eclipse Collections.
The domain of the Pet Kata includes the Person
, Pet
and PetType
classes.
Review the setup instructions for the kata.
Review the concepts introduced in the slides for the Pet Kata.
After reviewing the concepts in each section, complete the exercises for that section in the tests folder.
You may also need to change code in the domain.