Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 688 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 688 Bytes

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.