exercism / exercism/csharp-representer
Restructure normalization to normalize whitespace as a separate activity
Open
- Dominant language
- C#
- Stars
- 1
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
we might be better off removing the NormalizeWhiteSpace rewriter altogether and calling .NormalizeWhitespace() at the end of the SyntaxRewriters(mapping).Aggregate(node, (acc, rewriter) => rewriter.Visit(acc)); call
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.