Adding Jokes
Adding jokes to an existing language
There are 3 steps to adding new jokes.
- Open get_joke
- Add them to the end - don't change the order
- Run all tests in test folder and make sure the everything is still working
Adding a new language
There are 5 steps:
- Open get_joke.m
- Add case with the language in lower case
- create a variable jokes in the same way other languages have done this
- update test_get_joke and make sure there is at least one test for the new language
- Ensure all tests pass