exercism / exercism/problem-specifications
say: canonical-data needs improvement.
- Ngôn ngữ chính
- Ruby
- Star
- 358
- Fork
- 563
- Merge trung bình
- 18 giờ 41 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
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)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.