You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After mentoring someone on this exercise I noticed, that the tests could be extended regarding the kebab case handling. For instance, the case a-bc -> aBc is handled, but the case a-bc-d -> aBcD not (multiple places for kebab case). Would this make sense?
The text was updated successfully, but these errors were encountered:
@akmaekki, tests for all practice exercises are standardized and tracked in the problem-specifications repository, which serves as a common source for all test cases.
If you're confident in your proposed changes, consider raising a pull request (PR) directly in that repository. Alternatively, you can discuss your ideas in the Exercism forum to gather feedback and refine your proposal. Most discussions related to such updates take place in the forum.
After mentoring someone on this exercise I noticed, that the tests could be extended regarding the kebab case handling. For instance, the case
a-bc -> aBc
is handled, but the casea-bc-d -> aBcD
not (multiple places for kebab case). Would this make sense?The text was updated successfully, but these errors were encountered: