exercism / exercism/csharp-representer

Restructure normalization to normalize whitespace as a separate activity

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.