<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>mikeash.com pyblog/friday-qa-falls-behind.html comments</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-falls-behind.html#comments</link><description>mikeash.com Recent Comments</description><lastBuildDate>Sun, 10 May 2026 05:38:20 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>mikeash - 2011-05-19 22:43:01</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-falls-behind.html#comments</link><description>I'm not sure if there's much room to go in depth there, but the basics are pretty simple. For (a), you have an instance variable and that's it. No property, no accessor methods.
&lt;br /&gt;
&lt;br /&gt;(b) and (c) are, I believe, the same (assuming you're doing a @synthesize in the @implementation in both cases) in general as long as you're on the "modern" runtime (64-bit Mac, iOS, iOS sim). There may be certain implementation-specific gotchas, like debugger problems and compiler bugs, with (c), but I'm not sure of the specifics there.</description><guid isPermaLink="true">1afa1cda847bea37c8580973bdc5375a</guid><pubDate>Thu, 19 May 2011 22:43:01 GMT</pubDate></item><item><title>Phil Curry - 2011-05-13 07:33:53</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-falls-behind.html#comments</link><description>Embarrassed to ask this but it's something I've ignored forever. Can you discuss the ins and outs of these scenarios?
&lt;br /&gt;a)
&lt;br /&gt;@interface
&lt;br /&gt;{
&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;NSArray* array;
&lt;br /&gt;}
&lt;br /&gt;@end
&lt;br /&gt;
&lt;br /&gt;b)
&lt;br /&gt;@interface
&lt;br /&gt;{
&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;NSArray* array;
&lt;br /&gt;}
&lt;br /&gt;@property (retain) NSArray* array;
&lt;br /&gt;@end
&lt;br /&gt;
&lt;br /&gt;c)
&lt;br /&gt;@interface
&lt;br /&gt;{
&lt;br /&gt;}
&lt;br /&gt;@property (retain) NSArray* array;
&lt;br /&gt;@end
&lt;br /&gt;
&lt;br /&gt;Thanks for consider this topic.
&lt;br /&gt;-Phil</description><guid isPermaLink="true">f34c75aaa58e0fd61565d48c723bbc75</guid><pubDate>Fri, 13 May 2011 07:33:53 GMT</pubDate></item><item><title>Rudiger - 2011-05-02 00:18:16</title><link>http://www.mikeash.com/?page=pyblog/friday-qa-falls-behind.html#comments</link><description>It's worth the wait :)</description><guid isPermaLink="true">91821153d4b4357c61a589053a8bd6bc</guid><pubDate>Mon, 02 May 2011 00:18:16 GMT</pubDate></item></channel></rss>
