onizet / html2openxml

Html2OpenXml is a small .Net library that convert simple or advanced HTML to plain OpenXml components. This program has started in 2009, initially to convert user's comments from SharePoint to Word.
MIT License
297 stars 106 forks source link

Private field naming conventions added #114

Closed onurkanbakirci closed 2 years ago

onurkanbakirci commented 2 years ago

By the microsoft documentation, private fields should start with _(underscore) and should use camel case.

onizet commented 2 years ago

This is just a matter of personal choice but I don't really like the underscore way, I more in the "this" notation style. Just a personal choice. I'm grateful for your PR but I will refuse it. If you want to contribute, there are many open issues for which I don't have time to invest my free time. Thank you