Add example scenarios for the description of the Bob example in Ballerina exercises

I need to add example scenarios for the Bob in Ballerina on Exercism.
This is to get a idea about the inputs and outputs of the exercise for users

Refer to - Update Balerina exercism problems by SasinduDilshara · Pull Request #211 · exercism/ballerina · GitHub

1 Like
  1. Your PR does multiple things. You may want one PR per “thing”. A thing might be making one type of change across multiple exercises, like syncing them from the problem spec, enabling missing tests or making the syntax consistent. Or it might be adding new tests. But please don’t add new test cases to multiple exercises in the same PR. New test cases should be discussed on a per exercise basis.
  2. As was mentioned on the PR, test cases are synced from the problem spec. Please read Suggesting Exercise Improvements | Exercism's Docs prior to suggesting new test cases. If you still think new tests are warranted, please explain what tests are needed and why they are needed.
  3. As mentioned on the PR, Exercism uses TDD. Additional examples are provided via the tests and not via the description.

Just to be clear: what is the purpose of this thread?

If you have a question, what is it? What sorts of answers are you looking for, and what sorts of answers are you not looking for?

1 Like

Thank you. I will update the PR.

What is the purpose of the PR? What problem are you trying to solve? Is there consensus that this change is worth pushing?

The purpose is the PR is to review Ballerina exercises and do necessary updates

The exercises, by and large, are synced from the problem specs and should not be changed from the spec. Is there anything specific that is problematic and in need of fixing? What problem are you trying to solve? The exercises shouldn’t be changed just to change them.