C#: Should we still use #region blocks? My two cents about StyleCop's SA1124 "DoNotUseRegions" rule and why I still (rarely) use #region blocks
In this post we'll talk about #region blocks, the C# preprocessor directives that let the developer specify a block of code that can be expanded or collapsed when using the …
C#: Should we still use #region blocks? My two cents about StyleCop's SA1124 "DoNotUseRegions" rule and why I still (rarely) use #region blocks Read More