<?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: Code by design</title>
	<atom:link href="http://thesis.tinabeans.com/?feed=rss2&#038;p=480" rel="self" type="application/rss+xml" />
	<link>http://thesis.tinabeans.com/?p=480</link>
	<description>notes and musings for an MFA in Interaction Design thesis</description>
	<lastBuildDate>Sat, 07 Apr 2012 04:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tinabeans</title>
		<link>http://thesis.tinabeans.com/?p=480#comment-39</link>
		<dc:creator>tinabeans</dc:creator>
		<pubDate>Sat, 07 Apr 2012 04:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://thesis.tinabeans.com/?p=480#comment-39</guid>
		<description>It&#039;s cool. I know what you mean. Yang likes to make fun of me for naming functions things like fetchAllInvitationsAndFilterForUpcoming() but they make me happy and slightly more sane :) Altho I am starting to dislike camelCase because I can&#039;t read it quickly.</description>
		<content:encoded><![CDATA[<p>It&#8217;s cool. I know what you mean. Yang likes to make fun of me for naming functions things like fetchAllInvitationsAndFilterForUpcoming() but they make me happy and slightly more sane <img src='http://thesis.tinabeans.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Altho I am starting to dislike camelCase because I can&#8217;t read it quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jing</title>
		<link>http://thesis.tinabeans.com/?p=480#comment-37</link>
		<dc:creator>Jing</dc:creator>
		<pubDate>Sat, 07 Apr 2012 03:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://thesis.tinabeans.com/?p=480#comment-37</guid>
		<description>That&#039;s why we call good code &quot;well-designed code&quot; =)

I definitely learned a lot about how to write clearly (another skill not oft-related to coding) through coding. Especially with objective-C, your code should basically read like a sentence. For example:

if ([safariTab hasUnsubmittedFormText])
    [safariWindow showCloseConfirmationSheetForTab:safariTab];
else
    [safariWindow closeTab:safariTab];

Really verbose, but reads clearly, and with auto-complete verbose isn&#039;t a problem =)
(I just realized that most of my comment was geeking out about obj-c rather than relating to what you were saying...)</description>
		<content:encoded><![CDATA[<p>That&#8217;s why we call good code &#8220;well-designed code&#8221; =)</p>
<p>I definitely learned a lot about how to write clearly (another skill not oft-related to coding) through coding. Especially with objective-C, your code should basically read like a sentence. For example:</p>
<p>if ([safariTab hasUnsubmittedFormText])<br />
    [safariWindow showCloseConfirmationSheetForTab:safariTab];<br />
else<br />
    [safariWindow closeTab:safariTab];</p>
<p>Really verbose, but reads clearly, and with auto-complete verbose isn&#8217;t a problem =)<br />
(I just realized that most of my comment was geeking out about obj-c rather than relating to what you were saying&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
