Adding Jokes

Adding jokes to an existing language

There are 3 steps to adding new jokes.
  1. Open get_joke
  2. Add them to the end - don't change the order
  3. Run all tests in test folder and make sure the everything is still working

Adding a new language

There are 5 steps:
  1. Open get_joke.m
  2. Add case with the language in lower case
  3. create a variable jokes in the same way other languages have done this
  4. update test_get_joke and make sure there is at least one test for the new language
  5. Ensure all tests pass