Skip to content

Instantly share code, notes, and snippets.

@vanessagl2
Created June 18, 2019 14:07
Show Gist options
  • Save vanessagl2/48fc4b87b86e62272f29d51e12e088fb to your computer and use it in GitHub Desktop.
Save vanessagl2/48fc4b87b86e62272f29d51e12e088fb to your computer and use it in GitHub Desktop.
Roman Numerals problem
The Kata says you should write a function to convert from Roman Numerals to arabic numbers: eg
I --> 1
X --> 10
VII--> 7
Translate until 1000.
Legacy code: Base Code: https://github.com/vanessagl2/roman-numerals-refactoring-dojo/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment