Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active August 29, 2015 14:15
Show Gist options
  • Save trikitrok/0652d91c85cd5a5305c4 to your computer and use it in GitHub Desktop.
Save trikitrok/0652d91c85cd5a5305c4 to your computer and use it in GitHub Desktop.

Rationals addition kata

We'll program the addition of two rationals using TDD.

Suggested API for the method (in Java):

  public Rational add(Rational rational);

Constraints:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment