<?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: Coding Practice: Cleaning up the default Core Data project</title>
	<atom:link href="http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Marcus Zarra</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-1189</link>
		<dc:creator>Marcus Zarra</dc:creator>
		<pubDate>Sat, 11 Apr 2009 16:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-1189</guid>
		<description>&lt;p&gt;shivaprasad2452,&lt;/p&gt;

&lt;p&gt;A question like that is better answered on Apple&#039;s Cocoa Mailing List which you can find at http://lists.apple.com.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>shivaprasad2452,</p>

<p>A question like that is better answered on Apple&#8217;s Cocoa Mailing List which you can find at <a href="http://lists.apple.com" rel="nofollow">http://lists.apple.com</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shivaprasad2452</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-1188</link>
		<dc:creator>shivaprasad2452</dc:creator>
		<pubDate>Sat, 11 Apr 2009 04:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-1188</guid>
		<description>&lt;p&gt;i have doing document based application .. i have to load a window called template window inital after user select one template i have to load document windowâ€¦. i done this my loading template window in applicationWillFinishLaunching after saving when user double click on app it must load document windowâ€¦. but it loading template window how to avoid thatâ€¦.. please sugesstâ€¦&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i have doing document based application .. i have to load a window called template window inital after user select one template i have to load document windowâ€¦. i done this my loading template window in applicationWillFinishLaunching after saving when user double click on app it must load document windowâ€¦. but it loading template window how to avoid thatâ€¦.. please sugesstâ€¦</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Zarra</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-614</link>
		<dc:creator>Marcus Zarra</dc:creator>
		<pubDate>Fri, 30 May 2008 00:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-614</guid>
		<description>&lt;p&gt;cocoauser,&lt;/p&gt;

&lt;p&gt;None that I am aware of.  Just a few people who are willing to hang it all out there and announce how they style their code.  Like most languages each developer has their own style of code.  The goal here is to help some people that think the templates are a &lt;em&gt;good&lt;/em&gt; example which they are not -- at least for style.&lt;/p&gt;

&lt;p&gt;Evan,&lt;/p&gt;

&lt;p&gt;Someone who can&#039;t read the entire article is hardly in a position to give coding advice :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>cocoauser,</p>

<p>None that I am aware of.  Just a few people who are willing to hang it all out there and announce how they style their code.  Like most languages each developer has their own style of code.  The goal here is to help some people that think the templates are a <em>good</em> example which they are not &#8212; at least for style.</p>

<p>Evan,</p>

<p>Someone who can&#8217;t read the entire article is hardly in a position to give coding advice :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: evan</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-613</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Fri, 30 May 2008 00:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-613</guid>
		<description>&lt;p&gt;The problem with early returns is that they make debugging much more difficult. Especially if you didn&#039;t write the code. And double-especially if you&#039;re debugging memory leaks.&lt;/p&gt;

&lt;p&gt;Trivial early bailouts are one thing, but sprinkling early returns all over the place is simply not maintainable.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The problem with early returns is that they make debugging much more difficult. Especially if you didn&#8217;t write the code. And double-especially if you&#8217;re debugging memory leaks.</p>

<p>Trivial early bailouts are one thing, but sprinkling early returns all over the place is simply not maintainable.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: cocoauser</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-612</link>
		<dc:creator>cocoauser</dc:creator>
		<pubDate>Fri, 30 May 2008 00:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-612</guid>
		<description>&lt;p&gt;Is there coding style guide on the web or elsewhere that covers the issues you did in your post?
(any for Cocoa?  I&#039;ve seen naming guides but it seems to me a lot of code I see still has 1-2 character names for variables. Even Hillegass does this in some of his examples. I feel like I&#039;m still living in the 70&#039;s)
And you&#039;re right, a lot of Apple example code finds it&#039;s way into production code or can be an augmentation of it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there coding style guide on the web or elsewhere that covers the issues you did in your post?
(any for Cocoa?  I&#8217;ve seen naming guides but it seems to me a lot of code I see still has 1-2 character names for variables. Even Hillegass does this in some of his examples. I feel like I&#8217;m still living in the 70&#8242;s)
And you&#8217;re right, a lot of Apple example code finds it&#8217;s way into production code or can be an augmentation of it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bbum</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-611</link>
		<dc:creator>bbum</dc:creator>
		<pubDate>Thu, 29 May 2008 20:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-611</guid>
		<description>&lt;p&gt;And the radar # with the cleaned up code attached to it is what....?&lt;/p&gt;

&lt;p&gt;:)&lt;/p&gt;

&lt;p&gt;(Thanks for doing this)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And the radar # with the cleaned up code attached to it is what&#8230;.?</p>

<p>:)</p>

<p>(Thanks for doing this)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.cimgf.com/2008/05/29/coding-practice-cleaning-up-the-default-core-data-project/comment-page-1/#comment-610</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Thu, 29 May 2008 18:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=133#comment-610</guid>
		<description>&lt;p&gt;Great post Marcus!&lt;/p&gt;

&lt;p&gt;I always take a sweep through and clean up autogenerated code, regardless of the language/environment/etc. since my style might not be the same as whoever wrote the original boilerplate. I&#039;m also completely in favor of multiple returns, so it&#039;s nice to finally have some agreement on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great post Marcus!</p>

<p>I always take a sweep through and clean up autogenerated code, regardless of the language/environment/etc. since my style might not be the same as whoever wrote the original boilerplate. I&#8217;m also completely in favor of multiple returns, so it&#8217;s nice to finally have some agreement on it.</p>]]></content:encoded>
	</item>
</channel>
</rss>
