dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
746 stars 271 forks source link

Add the Natural Cause of Refactoring comment blocks #187

Open dennisdoomen opened 5 years ago

bkoelman commented 4 years ago

I love this article. But what is the goal of this issue / what 'comment blocks' is being referred to?

dennisdoomen commented 4 years ago

It's the idea of promoting // REFACTOR and // SMELL comments

bkoelman commented 2 years ago

To clarify, this issue refers to https://www.infoq.com/articles/natural-course-refactoring/.

dennisdoomen commented 2 years ago

Yes