While observing the DevTeach presenters discussing their code, I saw the use of #regions. Some, like Cool Carl Franklin, explicitly mentioned the value of using #regions. Hey, if Carl says its the way to go, then by God, its the way to go!
I am definitely more productive since thinking in terms of #regions. Now when I open a file I see exactly where I need to go to get to work. If a class, for instance, I can see quickly where my methods are located and their names and signatures.
I name the region with a short description, then list the methods or properties in the region.
