May 2008
1 post
2 tags
Misuse of Regions in Code
I am sure a lot of you that program in .NET using Visual Studio have become familiar with the concept of “regions” in your code. A “region” is a way to separate a block of code so that it can be collapsed and expanded as necessary. This can be good when you want to “hide” code that isn’t updated often as to not confuse, or annoy any developers that may be...
May 14th