exercism / exercism/problem-specifications

say: canonical-data needs improvement.

Abierto
#502 5 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Ruby
Estrellas
358
Forks
563
Merge medio
18 h 41 min
PR fusionados (30 d)
2

Descripción

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)

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.