Breaking change: change WithXyz(...) parameter names to 'value'
Closed this issue · 2 comments
amis92 commented
This aligns with actual property setters (they have the magical value
variable). Also aligns with RecordGenerator's change: amis92/RecordGenerator#59
amis92 commented
Also change casing of all method parameters to be camelCased instead of PascalCased.
amis92 commented
Also, make collection "mutators" (e.g. WithModifiers
overloads other than WithModifiers(ModifierListNode)
) be extension methods.