exercism / exercism/problem-specifications
say: canonical-data needs improvement.
未关闭
- 主要语言
- Ruby
- 星标
- 358
- 派生
- 563
- 平均合并
- 18 小时 41 分钟
- 30 天内合并 PR
- 2
描述
In the canonical data for the "say" problem:
https://github.com/exercism/x-common/blob/master/exercises/say/canonical-data.json
* The descriptions should be descriptive.
In most cases the description is the same as the output.
```
{
"description": "zero",
"input": 0,
"expected": "zero"
},
```
The description should describe the test, and why it is useful to test that particular number.
* Should test all available numbers.
A purely test driven implementation of these tests would miss out a lot of numbers.
(particularly the teens and tens)
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。