<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: What&#8217;s Your Max Line Width?</title>
	<atom:link href="http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/</link>
	<description>Jing Xue's Weblog</description>
	<pubDate>Wed, 07 Jan 2009 00:51:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/comment-page-1/#comment-3014</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 12 May 2006 18:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/#comment-3014</guid>
		<description>One good reason to limit the length of your lines is for comprehensibility.

It's a reasonably well know research outcome that lines of 60 characters are optimal when authoring documents in order to maximise comprehension.  Make your lines too long and people start to skip words at the start and the end of the lines.

IMO, code works the same way.  Particularly when reading someone elses code, the layout
is quite important for trying to understand what's going on.</description>
		<content:encoded><![CDATA[<p>One good reason to limit the length of your lines is for comprehensibility.</p>
<p>It&#8217;s a reasonably well know research outcome that lines of 60 characters are optimal when authoring documents in order to maximise comprehension.  Make your lines too long and people start to skip words at the start and the end of the lines.</p>
<p>IMO, code works the same way.  Particularly when reading someone elses code, the layout<br />
is quite important for trying to understand what&#8217;s going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/comment-page-1/#comment-1372</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 28 Mar 2006 18:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/#comment-1372</guid>
		<description>That is an interesting Idea. I am not a professional coder, and am only learning visualbasic.net and C++, so... yeah... it's an interesting idea. :D</description>
		<content:encoded><![CDATA[<p>That is an interesting Idea. I am not a professional coder, and am only learning visualbasic.net and C++, so&#8230; yeah&#8230; it&#8217;s an interesting idea. <img src='http://www.digizenstudio.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/comment-page-1/#comment-1350</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Mon, 20 Mar 2006 23:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/#comment-1350</guid>
		<description>100 here.</description>
		<content:encoded><![CDATA[<p>100 here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Slattery</title>
		<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/comment-page-1/#comment-1346</link>
		<dc:creator>Michael Slattery</dc:creator>
		<pubDate>Mon, 20 Mar 2006 15:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/#comment-1346</guid>
		<description>I too think the limit could be more.   Perhaps 100 or so.  Too long and it could get ugly.  Also, you need some horizontal real estate for all the IDE tools.</description>
		<content:encoded><![CDATA[<p>I too think the limit could be more.   Perhaps 100 or so.  Too long and it could get ugly.  Also, you need some horizontal real estate for all the IDE tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy McArthur</title>
		<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/comment-page-1/#comment-1335</link>
		<dc:creator>Sandy McArthur</dc:creator>
		<pubDate>Mon, 20 Mar 2006 05:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/#comment-1335</guid>
		<description>My IDE shows a light grey line at 120 characters. I sort of try to keep lines shorter than that but it's a suggestion and not a rule. I have not printed code in a long time except for trivial code fragments that could fit in 50 column areas.</description>
		<content:encoded><![CDATA[<p>My IDE shows a light grey line at 120 characters. I sort of try to keep lines shorter than that but it&#8217;s a suggestion and not a rule. I have not printed code in a long time except for trivial code fragments that could fit in 50 column areas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john smith</title>
		<link>http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/comment-page-1/#comment-1330</link>
		<dc:creator>john smith</dc:creator>
		<pubDate>Sun, 19 Mar 2006 23:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.digizenstudio.com/blog/2006/03/19/whats-your-max-line-width/#comment-1330</guid>
		<description>Good question.  We have the same limit.  I was told it was so we can print our classes.  How many people do that?</description>
		<content:encoded><![CDATA[<p>Good question.  We have the same limit.  I was told it was so we can print our classes.  How many people do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
