#Region issues
Posted by edc73 on July 8, 2008
Good points made by Jeff Atwood concerning issues with #Regions in the Visual Studio editor. I admit that when I first started doing .NET, I fell into the trap very easily. Now it’s just a pain. Pain to keep the organization straight, pain to read/scan the code. Just the other day I was having trouble searching for text, finally realized it was part of a collapsed section and therefore being ignored. Grrr..
