Skip to content

pair-of-Ms/fractions-kata-java-31-03-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Fractions Kata in Java

Goal

Write a program that implements the addition of fractions.

Constraints

A fraction is a value object, once created it can't be mutated.

The add method must return a new Fraction object.

Fractions must be reduced. We'll provide an implementation of the greatest common divisor computation.

About

Fractions kata in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages