<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Do you like VS Code Regions ?</title><link>http://blogs.msdn.com/rido/archive/2005/05/23/DontLikeRegions.aspx</link><description>The first time I saw the feature called CodeRegions was back in the 90s, the tool was the HotDog Editor , it allows you to collapse HTML tag elements. Now, with VS.Net we have the same feature for C# and VB.Net code. I liked it. The first idea that comes</description><dc:language>es-ES</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Do you like VS Code Regions ?</title><link>http://blogs.msdn.com/rido/archive/2005/05/23/DontLikeRegions.aspx#421141</link><pubDate>Mon, 23 May 2005 22:10:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:421141</guid><dc:creator>Wedgebert</dc:creator><description>We have a coding standard that requires the use of a few default regions.  Basically you have a region for fields, properties, methods and constructors, then duplicate them so you have Instance and Static.  Any custom region we want has to nested inside of those regions.&lt;br&gt;&lt;br&gt;Finally we have to surround the class itself with a region.&lt;br&gt;&lt;br&gt;The reason for all this is our boss likes to open a file up and only see one line &amp;quot;Region: Classname&amp;quot;.  Then when that region is expanded you only see the major categories of stuff.&lt;br&gt;&lt;br&gt;It's a real pain and pointless abuse of regions.</description></item><item><title>re: Do you like VS Code Regions ?</title><link>http://blogs.msdn.com/rido/archive/2005/05/23/DontLikeRegions.aspx#421155</link><pubDate>Mon, 23 May 2005 22:46:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:421155</guid><dc:creator>Tobin Titus</dc:creator><description>here here!  I was a former abuser of the Code regions. I thought, for the longest time that they helped to highlight code.  I used to use them to distinguish between fields, properties, constructors, etc, but then went further and used regions to hide lengthy XmlComments.  After I figured out how to get my xml comments out of the code I've decided I like clean code much more than highly-decorated code.</description></item><item><title>re: Do you like VS Code Regions ?</title><link>http://blogs.msdn.com/rido/archive/2005/05/23/DontLikeRegions.aspx#421163</link><pubDate>Mon, 23 May 2005 23:13:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:421163</guid><dc:creator>Heath Stewart</dc:creator><description>It's not only for VS. IIRC, #develop has this feature and I even updated the cs.vim script at &lt;a rel="nofollow" target="_new" href="http://vim.sourceforge.net"&gt;http://vim.sourceforge.net&lt;/a&gt; to fold the first level of regions in vim (VI iMproved), my vanilla text editor of choice.</description></item></channel></rss>