/babysitter-kata

Babysitter Kata attempt by Chris Cannon

Primary LanguageC#

Babysitter Kata

Attempt by Chris Cannon

Build Status

Problem

This project is created to solve the problem described in this Babysitter Kata Gist

Approach

I attempt to solve this problem using a test-driven approach with c#. This solution is created in Visual Studio 2015. Special attention is paid in this solution to clean, readable code and sustainable, scalable development practices. The unit test and build process were integrated with travis-ci and NUnit.