arrays - introduce ++ syntax
未关闭
- 主要语言
- C#
- 星标
- 427
- 派生
- 383
- 平均合并
- 2 天 2 小时
- 30 天内合并 PR
- 5
描述
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).
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。