Skip to content

SimoneAlbertini/Kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata

Various Katas

String calculator

http://osherove.com/tdd-kata-1/

Checkout kata

https://github.com/7digital/kata-checkout

Bowling Game

From Uncle Bob: http://butunclebob.com/ArticleS.UncleBob.TheBowlingGameKata

PDF versioned in bowling_game folder

FizzBuzz

The well known FizzBuzz Kata (http://codingdojo.org/cgi-bin/index.pl?KataFizzBuzz ) with the BANG (if multiple of 7).

Using responsability chain to handle the 'combinatorial explosion' of adding rules linearly.

FizzBuzz OCP Kata

Fizzbuzz Kata developed strictly following the Open/Close principle.

Prime Factors

From Uncle Bob: http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata

Releases

No releases published

Packages

No packages published

Languages