exercism / exercism/csharp

arrays - introduce ++ syntax

Abierto
#1,457 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C#
Estrellas
427
Forks
383
Merge medio
2 d 2 h
PR fusionados (30 d)
5

Descripción

The `arrays` exercise introduces `for` loops, and within that `for` loop the `++` operator is used. However, we haven't introduced the student to the `++` operator. I think it makes sense here to introduce that operator in `introduction.md` file of the `arrays` exercise. The `after.md` document can then mention the different between `x++` and `++x` and introduce the decrement operator (`x--` and `--x`)

An alternative to the above would be to include the `++` and `--` operator in the `after.md` document of the `numbers` exercise or possibly even the `basics` exercise (not my preference).

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.