Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 665 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 665 Bytes

Roman-Numerals-Converter TDD and CleanCode

CodeFactor License Dependabot Build Status

It is a test repository to try out the Test Driven Development and Clean Code

Generate an Integer to Roman Numeral converter

At the first Step we try to convert Integers from 1 to 4999 in Roman numerals.