exercism / exercism/csharp-representer
Ensure tuple field names are handled correctly
Open
- Dominant language
- C#
- Stars
- 1
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
It is important that we encourage students to use tuple field names rather than `Item1`, `Item2` etc. This may conflict with identifier normalisation. This applies particularly to the exercises `tuples` and `pattern-matching-tuples`.
Ensure that tuple field names are handled in accordance with this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.