• Stars
    star
    1
  • Language
    C#
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modelling the human body through code. C# and F#. Using TDD. This project is for our quarterly coding dojos. The aim is to model every part of the human body by writing unit tests first, leaning on the principles of Domain Driven Design. The idea is that the human body is an endless source of new test cases. For example, Human_has_a_heart(), Heart_has_cardiac_muscle(), Cardian_muscle_can_initiate_a_cardiac_action_potential_at_a_fixed_rate()