exercism / exercism/csharp

arrays - introduce ++ syntax

Aperta
#1,457 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
C#
Stelle
427
Fork
383
Merge medio
2g 2h
PR unite (30g)
5

Descrizione

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).

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.