Skip to content

Instantly share code, notes, and snippets.

@vanessagl2
vanessagl2 / description.txt
Created June 18, 2019 14:07
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/
@vanessagl2
vanessagl2 / FizBuzz.txt
Last active June 18, 2019 13:44
Build Gradle base java junit code
Given a number, the program should:
Return "Fizz" if the number is a multiple of 3;
Return "Buzz" if the number is a multiple of 5;
Return "FizzBuzz" if the number is a multiple of both.
Return the same number if the number is not a multiple of one of them or both;

Keybase proof

I hereby claim:

  • I am vanessagl2 on github.
  • I am vanessagl2 (https://keybase.io/vanessagl2) on keybase.
  • I have a public key whose fingerprint is DB53 E3F9 A3B8 1BAA 88CE 7A25 2928 037A F994 41B2

To claim this, I am signing this object: