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
745 stars 272 forks source link

Avoid minor confusion with the term 'flag' #162

Closed paulio closed 6 years ago

paulio commented 6 years ago

It's a small issue, but; 1) flag has meaning when we are also talking about enums 2) In this context bool and flag are interchangeable and an unnecessary tautology