Skip to content

TDD cata for roman-numbers, and it's working, at least from 0 til 4999

License

Notifications You must be signed in to change notification settings

vcostin/roman-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numbers Converter

Build Status

TDD cata for roman-numbers, and it's working, at least from 0 til 4999, btw I found out that zero is "nulla" in latin

Usage

var romanNumber = require('@vcostin/roman-numbers');
console.log(romanNumber(1999));
//MCMXCIX

TODO

I guess I can make this functionality with a callback, but not sure if it's needed

Coverage

mocha --require blanket -R html-cov > coverage.html

you can look, I don't want to add report to git

why!?

I know that are a lot of implementations of this algorithm, this is my TDD Kata, You can use if you like it, but this is just an workout, of course it's well tested ;)

About

TDD cata for roman-numbers, and it's working, at least from 0 til 4999

Resources

License

Stars

Watchers

Forks

Packages

No packages published