Peter Tseng
Peter Tseng
This comment does not require any response or change to this PR, it is FYI for future reviewers only: I think it is correct that this PR does not specify...
https://github.com/exercism/problem-specifications/blob/master/exercises/dominoes/description.md has multiple solutions, assuming tracks are asking for the chain, rather than whether there is a chain. Therefore https://github.com/exercism/problem-specifications/blob/master/exercises/dominoes/canonical-data.json advises in the comments about how to do the property-based...
> It might be useful to handle topics at the problem specifications level Agreed that it might be useful. I used https://github.com/exercism/exercism/issues/4186 to discuss some particulars of the approach. To...
I'm assuming we would like these to be language-independent? In that case the most that can probably be said is: * Parse the JSON * You can refer to the...
Issue body has link https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/improving-consistency-across-tracks.md but that seem to be 404 now. But I think https://github.com/exercism/docs/blob/master/you-can-help/improve-exercise-metadata.md#evolving-exercises is its equivalent.
My below comment is only meant to answer the question "is there a solution that will pass the current test suite?" - my comment makes no judgment on the value...
For `series n xs`, you would expect that `length (series n xs) == min 0 (length xs - n + 1)` If `n == 0` and `length xs == 0`,...
We need to figure out a good way to remove lines from the problem descriptions from problem-specifications, so that we can remove the last four lines of https://github.com/exercism/problem-specifications/blob/main/exercises/bowling/description.md. We already...
Let's continue to think about long-term solutions, but at the same time allow for short-term ones. To solve this in the short term, the thing to do would to be...
Now that I have addressed the above by approving the above PR, we should remember to keep discussion on topic. This issue is about updating the instructions, and discussions in...