Trikalabs
  • Home
  • Best online TDD videos
  • Book Suggestions
  • About Me
  • Contact
Trikalabs
No Result
View All Result

FizzBuzz Throw Kata

by fragi
July 18, 2019
in Code Kata
Share on FacebookShare on Twitter

FizzBuzz Throw is a variation of the famous FizzBuzz  code kata. The aim of this kata is to practise how to test methods that throw Errors. 

 

The rules are as follows:

Write a function that accepts a number and throws an Error

a. “fizzError” if the number is divisible by 3

b. “buzzError” if the number is divisible by 5

c. “fizzBuzzError” if the number is divisible by 3 and 5

Otherwise, it returns the number as a String .

 

Github Solution in Swift:

https://github.com/Fragki/how-to-unit-test-serries

fragi

fragi

Related Posts

Roman Numerals
Code Kata

Roman Numerals

May 18, 2019

Roman Numerals is an easy Kata, it is ideal to be practised after the first Katas (FizzBuzz).   Decription: Convert...

Game of life Kata
Code Kata

Game of life Kata

May 12, 2019

Game of life is a Kata in which we can practise Functional Programming: The rules are simple:   The world...

FizzBuzz Kata
Code Kata

FizzBuzz Kata

April 28, 2019

FizzBuzz is one of the simpler TDD Katas, and often the first Kata one will solve. The rules are the...

Banking Kata
Code Kata

Banking Kata

April 28, 2019

Banking Kata is a great Kata to practise the Outside-In technique. I found this Kata in the Codurance and as a...

Leap Year
Code Kata

Leap Year

April 27, 2019

Leap year Kata is one of the classic Katas for starting practising TDD. Leap year Kata description: A year is...

Code Kata
Code Kata

Code Kata

May 12, 2019

Definition: According to Wikipedia Kata is: a Japanese word, meaning literally: "form", is a detailed choreographed pattern of movements made...

Next Post
Roman Numerals

Roman Numerals

Improve pull request descriptions using templates

Improve pull request descriptions using templates

TDD UIViewController

TDD UIViewController

  • Advertise
  • Privacy & Policy
  • Contact

© 2019 Trikalabs Ltd. All rights reserved.

No Result
View All Result
  • Home
  • About Me
  • A curated list with the best free online TDD videos
  • Book Suggestions
  • Pinner Code Club

© 2019 Trikalabs Ltd. All rights reserved.