codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

ExplicitThisRule should remove "this." on all non-semantic cases, not just private properties

Open bartonjs opened this issue 10 years ago • 0 comments

In the event it is required for disambiguation or invoking an extension method it certainly should remain, but the Coding style guidelines say "4. We avoid this. unless absolutely necessary.", and CodeFormatter should help us achieve that goal.

bartonjs avatar May 14 '15 14:05 bartonjs