codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

Modernized object initialization syntax to avoid redundancy (that is, I used `new()`) #1012

Closed Lehonti closed 9 months ago

Lehonti commented 11 months ago

As an extra, I added a readonly modifier to a couple of fields that were never changed

Lehonti commented 11 months ago

@codecadwallader any plans to merge this? It's a quick and easy way to improve the code

codecadwallader commented 8 months ago

Thank you for making this suggestion, I'm sorry I did not get back to you sooner.

Lehonti commented 8 months ago

No problem, @codecadwallader should I re-open it?

codecadwallader commented 7 months ago

Yes, you're welcome to re-open it.