amis92 / RecordGenerator

C# immutable records generator
https://amis92.github.io/RecordGenerator/
MIT License
72 stars 10 forks source link

Refactor GeneratedCodeAttributeGenerator to use SyntaxRewriter #80

Open amis92 opened 5 years ago

amis92 commented 5 years ago

Random thought: One of the things I think could help readability is refactoring GeneratedCodeAttributeGenerator to use SyntaxRewriter approach instead of the custom dictionary with delegates.

Originally posted by @amis92 in https://github.com/amis92/RecordGenerator/issues/71#issuecomment-518293838