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

Roman Numerals

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

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

 

Decription:

Convert an Arabic number to a Roman number.

 

Roman Numerals:

from 1 to 10 :

I, II, III, IV, V, VI, VII, VIII, IX, X

from 10 to 100:

X, XX, XXX, XL, L, LX, LXX, LXXX, XC, C.

multiples of 100, 100 to 1000:

C, CC, CCC, CD, D, DC, DCC, DCCC, CM, M.

https://en.wikipedia.org/wiki/Roman_numerals

 

Github link:

https://github.com/Fragki/RomanNumerals

 

Resources:

http://codingdojo.org/kata/RomanNumerals/

https://www.infoq.com/presentations/TDD-Managers-Nicolette-Scotland

fragi

fragi

Related Posts

What is TDD?
TDD

XCTestCase lifecycle

May 25, 2021

XCTestCase has many methods as part of its lifecycle. It has a class setup method that executes only once before...

What is TDD?
TDD

Make your tests more readable

May 23, 2021

In the FizzBuzz code challenge, we had to write the following test method: Although the test is easy to...

What is TDD?
TDD

@testable

May 16, 2021

At the beginning of the FizzBuzz code challenge , we deleted the @testable line of code. What does this @testable...

What is TDD?
TDD

What is SUT

May 16, 2021

In many articles about TDD, you will find the term SUT, which refers to the System Under Test. Using SUT...

What is TDD?
TDD

Why unit testing is valuable

May 16, 2021

There are many benefits of writing unit tests. The test we write can serve as a documentation of what the...

What is TDD?
TDD

Cyclomatic complexity

November 11, 2021

According to Wikipedia (https://en.wikipedia.org/wiki/Cyclomatic_complexity): Cyclomatic complexity is a software metric used to indicate the complexity of a program. It is...

Next Post
Improve pull request descriptions using templates

Improve pull request descriptions using templates

TDD UIViewController

TDD UIViewController

TDD UITableView

TDD UITableView

  • 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.