Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 464 Bytes

intro-coding-dojo 2015

Skeleton for scalabcn coding-dojo: http://www.meetup.com/Scala-Developers-Barcelona/events/225493548/

Coding Dojo objective

The objective of the coding dojo is to resolve the Tennis Kata.

Tennis Kata

  • Player wins a game when:
  • points >= 4 && points >= otherPoints + 2
  • Love < Fifteen < Thirty < Forty
  • Deuce: points == otherPoints && points >= 4
  • Advantage: points == otherPoints + 1 && points >= 4

Have fun!