<?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"
	>
<channel>
	<title>Comments on: Large Cocoa Projects</title>
	<atom:link href="http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/</link>
	<description></description>
	<pubDate>Sat, 06 Sep 2008 22:24:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-72173</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 27 Apr 2007 15:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-72173</guid>
		<description>&lt;p&gt;
More responses from &lt;a href="http://brockerhoff.net/bb/viewtopic.php?p=2121" rel="nofollow"&gt;Rainer Brockerhoff&lt;/a&gt;, &lt;a href="http://www.rogueamoeba.com/utm/posts/Random/XcodeOpenQuicker-2007-04-26-14-17" rel="nofollow"&gt;Quentin Carnicelli&lt;/a&gt;, &lt;a href="http://losingfight.com/blog/2007/04/26/in-defense-of-observers/" rel="nofollow"&gt;Andy Finnell&lt;/a&gt;, &lt;a href="http://www.devklog.net/2007/04/26/nsnotificationcenter-isnt-a-singleton/" rel="nofollow"&gt;Jean-Fran&#231;ois Roy&lt;/a&gt;, and &lt;a href="http://blakeseely.com/blog/archives/2007/04/25/relationships/" rel="nofollow"&gt;Blake Seely&lt;/a&gt;. I disagree with some of Finnell's comments about &lt;code&gt;NSNotificationCenter&lt;/code&gt;. I think it's much &lt;em&gt;better&lt;/em&gt; than the traditional GOF/Java implementation of the Observer pattern. It can do everything Observer can do and more, and it's great to be able to specify your own callback selector.
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>
More responses from <a href="http://brockerhoff.net/bb/viewtopic.php?p=2121" rel="nofollow">Rainer Brockerhoff</a>, <a href="http://www.rogueamoeba.com/utm/posts/Random/XcodeOpenQuicker-2007-04-26-14-17" rel="nofollow">Quentin Carnicelli</a>, <a href="http://losingfight.com/blog/2007/04/26/in-defense-of-observers/" rel="nofollow">Andy Finnell</a>, <a href="http://www.devklog.net/2007/04/26/nsnotificationcenter-isnt-a-singleton/" rel="nofollow">Jean-Fran&ccedil;ois Roy</a>, and <a href="http://blakeseely.com/blog/archives/2007/04/25/relationships/" rel="nofollow">Blake Seely</a>. I disagree with some of Finnell's comments about <code>NSNotificationCenter</code>. I think it's much <em>better</em> than the traditional GOF/Java implementation of the Observer pattern. It can do everything Observer can do and more, and it's great to be able to specify your own callback selector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Lindesay</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71768</link>
		<dc:creator>Andrew Lindesay</dc:creator>
		<pubDate>Thu, 26 Apr 2007 21:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71768</guid>
		<description>I just did a reasonably big vertical app with Cocoa and used bindings throughout the relatively complex user interface.  They worked _brilliantly_, reduced the code volume and allowed me to get stuff done really fast.</description>
		<content:encoded><![CDATA[<p>I just did a reasonably big vertical app with Cocoa and used bindings throughout the relatively complex user interface.  They worked _brilliantly_, reduced the code volume and allowed me to get stuff done really fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71693</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 26 Apr 2007 18:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71693</guid>
		<description>Steve K: Thanks. I'll give that a try and see if it ends up being more convenient than LaunchBar.</description>
		<content:encoded><![CDATA[<p>Steve K: Thanks. I'll give that a try and see if it ends up being more convenient than LaunchBar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Kalkwarf</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71689</link>
		<dc:creator>Steve Kalkwarf</dc:creator>
		<pubDate>Thu, 26 Apr 2007 17:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71689</guid>
		<description>BBEdit does autocomplete the Open by Name dialog. The menu of completions is the history of previously successful Open by Names.

While arguably not as useful as completing from a project list, I find it works well in practice.</description>
		<content:encoded><![CDATA[<p>BBEdit does autocomplete the Open by Name dialog. The menu of completions is the history of previously successful Open by Names.</p>
<p>While arguably not as useful as completing from a project list, I find it works well in practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71642</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 26 Apr 2007 15:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71642</guid>
		<description>I primarily use BBEdit, so it doesn't matter to me too much how it works in Xcode. However, I just tried the suggestions above and couldn't get the completion to work properly in Xcode's Open Quickly. The menu of completions comes from the spell checker, not from the list of relevant filenames. Plus, I want it to work like in Safari where you don't have to press a key to get a completion.</description>
		<content:encoded><![CDATA[<p>I primarily use BBEdit, so it doesn't matter to me too much how it works in Xcode. However, I just tried the suggestions above and couldn't get the completion to work properly in Xcode's Open Quickly. The menu of completions comes from the spell checker, not from the list of relevant filenames. Plus, I want it to work like in Safari where you don't have to press a key to get a completion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71638</link>
		<dc:creator>W</dc:creator>
		<pubDate>Thu, 26 Apr 2007 15:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71638</guid>
		<description>actually, hitting F5 in any cocoa app presents a drop down with likely completion options.

its cool for words you would spell so horribly even spell check couldn't fix.</description>
		<content:encoded><![CDATA[<p>actually, hitting F5 in any cocoa app presents a drop down with likely completion options.</p>
<p>its cool for words you would spell so horribly even spell check couldn't fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71602</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 26 Apr 2007 13:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71602</guid>
		<description>Steve: Thanks for the correction. I was thinking of automatic completion like in Safari's location bar or LaunchBar, where it always shows you the closest match and you can use the arrow keys to pick related ones.</description>
		<content:encoded><![CDATA[<p>Steve: Thanks for the correction. I was thinking of automatic completion like in Safari's location bar or LaunchBar, where it always shows you the closest match and you can use the arrow keys to pick related ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71599</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 26 Apr 2007 13:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://mjtsai.com/blog/2007/04/25/large-cocoa-projects/#comment-71599</guid>
		<description>Open Quickly in Xcode does offer filename completion - type part of the name and hit F5 and it expands.  (Unless I'm misunderstanding your objection.)</description>
		<content:encoded><![CDATA[<p>Open Quickly in Xcode does offer filename completion - type part of the name and hit F5 and it expands.  (Unless I'm misunderstanding your objection.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
