<?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: Sloppy Coding</title>
	<atom:link href="http://iPhoneIncubator.com/blog/memory-management/sloppy-coding/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog/memory-management/sloppy-coding</link>
	<description>Tips and Tricks for iPhone, iPod, iPad and iOS Developers</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:17:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/memory-management/sloppy-coding/comment-page-1#comment-2013</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 06 Feb 2010 00:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=88#comment-2013</guid>
		<description>@toohtik: Great advice! Today with the Clang Static Analyzer built-in to Xcode there is no excuse for not analyzing all your code on a continuous basis.</description>
		<content:encoded><![CDATA[<p>@toohtik: Great advice! Today with the Clang Static Analyzer built-in to Xcode there is no excuse for not analyzing all your code on a continuous basis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toohtik</title>
		<link>http://iPhoneIncubator.com/blog/memory-management/sloppy-coding/comment-page-1#comment-1998</link>
		<dc:creator>toohtik</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=88#comment-1998</guid>
		<description>Also you can start static-analyze of your code, to find uninitialized variables in all project.</description>
		<content:encoded><![CDATA[<p>Also you can start static-analyze of your code, to find uninitialized variables in all project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/memory-management/sloppy-coding/comment-page-1#comment-451</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=88#comment-451</guid>
		<description>After 10 years in the coddled world of Java, Obj-C is sometimes a harsh awakening. :)</description>
		<content:encoded><![CDATA[<p>After 10 years in the coddled world of Java, Obj-C is sometimes a harsh awakening. <img src='http://iPhoneIncubator.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://iPhoneIncubator.com/blog/memory-management/sloppy-coding/comment-page-1#comment-450</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=88#comment-450</guid>
		<description>This appears to be a language deficiency. The Objective-C compiler should not allow such code to exist. Other languages, such as Java, ensure definite assignment, and their compilers would flag the above code as illegal, preventing the problem before it starts.</description>
		<content:encoded><![CDATA[<p>This appears to be a language deficiency. The Objective-C compiler should not allow such code to exist. Other languages, such as Java, ensure definite assignment, and their compilers would flag the above code as illegal, preventing the problem before it starts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
