Skip to content

A tdd kata on the famous FizzBuzz exercice with solution inspired by the domain driven design

Notifications You must be signed in to change notification settings

HulinCedric/fizzbuzz-tdd-ddd-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fizzbuzz-tdd-ddd-kata

A tdd kata on the famous FizzBuzz exercice with solution inspired by the domain driven design.

Description

Write a program that prints the numbers from 1 to 100. 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.

Rules

  1. Follow the TDD principles to design a simple FizzBuzz implementation.
  2. Refactor the code to integrate DDD principles.

About

A tdd kata on the famous FizzBuzz exercice with solution inspired by the domain driven design

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages