Skip to content

Instantly share code, notes, and snippets.

@jduffey
Forked from jameskbride/babysitter_kata
Created November 14, 2018 18:37
Show Gist options
  • Save jduffey/dd68b22689713ab575d57b2119949f8c to your computer and use it in GitHub Desktop.
Save jduffey/dd68b22689713ab575d57b2119949f8c to your computer and use it in GitHub Desktop.
Babysitter Kata
Babysitter Kata
Background
----------
This kata simulates a babysitter working and getting paid for one night. The rules are pretty straight forward:
The babysitter
- starts no earlier than 5:00PM
- leaves no later than 4:00AM
- gets paid $12/hour from start-time to bedtime
- gets paid $8/hour from bedtime to midnight
- gets paid $16/hour from midnight to end of job
- gets paid for full hours (no fractional hours)
Feature:
As a babysitter
In order to get paid for 1 night of work
I want to calculate my nightly charge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment