Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.08 KB

What is the Calendar Kata?

The Calendar Kata is an advanced kata which can help developers become familiar with the Java 8 Date/Time and ThreeTen-Extra libraries.

The domain for the Calendar kata is an object representation of an Outlook Calendar.
There are several domain classes that are shared by all of the exercises. These are MyCalendar, Meeting, WorkWeek, FullWeek, FullMonth and

Diagram

How to get started

  • There are failing tests in MyCalendarTest
    • Make the tests pass by following and completing the TODOs in MyCalendar, WorkWeek, FullMonth and FullWeek.