<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Automatic Properties in Visual Studio 2008</title>
	<link>http://www.dataman.ro/2007/07/31/automatic-properties-in-visual-studio-2008/</link>
	<description>Computer Adventures.</description>
	<pubDate>Mon, 06 Sep 2010 19:03:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Joe</title>
		<link>http://www.dataman.ro/2007/07/31/automatic-properties-in-visual-studio-2008/#comment-18150</link>
		<author>Joe</author>
		<pubDate>Tue, 10 Feb 2009 21:24:48 +0000</pubDate>
		<guid>http://www.dataman.ro/2007/07/31/automatic-properties-in-visual-studio-2008/#comment-18150</guid>
		<description>heck yeah I'll use it.   I'm converting a legacy class to .net   It has 64 properties... usual mundane details, first name, last name, address.... yada yada.    If I can put each property on a single line like:

public string FirstName {get; set; }

That definitely looks readable enough to me.</description>
		<content:encoded><![CDATA[<p>heck yeah I&#8217;ll use it.   I&#8217;m converting a legacy class to .net   It has 64 properties&#8230; usual mundane details, first name, last name, address&#8230;. yada yada.    If I can put each property on a single line like:</p>
<p>public string FirstName {get; set; }</p>
<p>That definitely looks readable enough to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.dataman.ro/2007/07/31/automatic-properties-in-visual-studio-2008/#comment-397</link>
		<author>Ryan</author>
		<pubDate>Fri, 05 Oct 2007 17:06:33 +0000</pubDate>
		<guid>http://www.dataman.ro/2007/07/31/automatic-properties-in-visual-studio-2008/#comment-397</guid>
		<description>I think you have to think of it from a noobs point of view...  if you do that, you realize that in general this approach probably decreases the readability of the code.  However, for an experienced programmer, it's pretty obvious what is going on and there is no need to see the extra code.  I think I will use this syntax knowing that if anyone comes along in the future and says, "what the heck???" they could probably figure it out pretty quick with a search or two.</description>
		<content:encoded><![CDATA[<p>I think you have to think of it from a noobs point of view&#8230;  if you do that, you realize that in general this approach probably decreases the readability of the code.  However, for an experienced programmer, it&#8217;s pretty obvious what is going on and there is no need to see the extra code.  I think I will use this syntax knowing that if anyone comes along in the future and says, &#8220;what the heck???&#8221; they could probably figure it out pretty quick with a search or two.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
