Skip to content

gsaslis/FizzBuzz-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TDD Kata @ Agile Greece Summit

The purpose of this code kata is an introduction to the basic flow of TDD.

To do this, we will use a slight variation of the FizzBuzz problem:

Write a "fizzBuzz" method that accepts a number as input and returns it
as a String.
BUT for multiples of three print "Fizz" instead of the number and
for the multiples of five print "Buzz".
For numbers which are multiples of both three and five print "FizzBuzz".
Warning
<spoilerAlert>One example solution exists in the one_solution branch. </spoilerAlert>

About

A coding kata for an introduction to TDD, using the simple FizzBuzz exercise.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages