Skip to content

jcasadella/intro-coding-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Tennis Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages