<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>The Cappuccino Blog - Latest Comments in Synthesizing Accessor Methods</title><link>http://cappuccino.disqus.com/</link><description></description><atom:link href="https://cappuccino.disqus.com/synthesizing_accessor_methods/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 29 Nov 2012 05:14:55 -0000</lastBuildDate><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-722404546</link><description>&lt;p&gt; Very well done there! I really enjoyed this beautiful blog post. Keep posting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Logo Designer</dc:creator><pubDate>Thu, 29 Nov 2012 05:14:55 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-615709755</link><description>&lt;p&gt;I second this.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stian Gudmundsen Høiland</dc:creator><pubDate>Fri, 10 Aug 2012 12:29:47 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-23774819</link><description>&lt;p&gt;You might consider appending this to the "Learning Objective-J" tutorial at some point.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joel Norvell</dc:creator><pubDate>Sat, 21 Nov 2009 22:23:39 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-20004497</link><description>&lt;p&gt;Just wanted to point out that&lt;/p&gt;&lt;p&gt;BOOL _hidden @accessors(getter=isHidden, setter=setIsHidden);&lt;/p&gt;&lt;p&gt;throws an exception in 0.7.1 as the setter requires a semicolon at the end of the selector, ie&lt;/p&gt;&lt;p&gt;BOOL _hidden @accessors(getter=isHidden, setter=setIsHidden:);&lt;/p&gt;&lt;p&gt;Just worth noting.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthew Brewer</dc:creator><pubDate>Tue, 13 Oct 2009 19:44:30 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-10257812</link><description>&lt;p&gt;Guys, maybe it would be a good idea to update the "Learn Objective J" Tutorial with this, don't you think? Actually, what about hiring somebody responsible for the documentation?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stuffmc</dc:creator><pubDate>Fri, 29 May 2009 10:03:05 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-7412115</link><description>&lt;p&gt;I would agree with Matteo. I would have loved to just use @property. Ross, could you be more specific about the possible @property implementation in the future? I don't understand how/why you would do that. Are you guys planning to be able to target Cappuccino with Regular Objective C code? That would be certainly very nice if Apple would buy you guys ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stuffmc</dc:creator><pubDate>Sun, 22 Mar 2009 06:45:27 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-4443513</link><description>&lt;p&gt;Will the tutorials be modified to reflect this new functionality&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BJH</dc:creator><pubDate>Tue, 16 Dec 2008 22:50:27 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-3313362</link><description>&lt;p&gt;Zach, I believe this is in fact the current behavior. You should be able to override them without any problems, but let us know if thats not the case.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Sun, 26 Oct 2008 17:19:11 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-3313339</link><description>&lt;p&gt;I agree. We make considerable effort to stay compatible with Objective-C and Cocoa. However, in this case, the two features are not analogous, and so it doesn't make sense to use the Obj-C 2.0 syntax. Specifically, in the future, we may actually support that feature of Obj-C 2.0, which would potentially create a lot of incompatible code.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">boucher</dc:creator><pubDate>Sun, 26 Oct 2008 17:15:17 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-3313217</link><description>&lt;p&gt;I have the same feeling as Matteo. In my mind, Obj-C 2.0 syntax should be preserved as much as possible. Of course, @synthesize doesn't make sense in Obj-J.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mala</dc:creator><pubDate>Sun, 26 Oct 2008 17:06:21 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-3310457</link><description>&lt;p&gt;Can you specify @accessors and then override the getter or the setter?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zach</dc:creator><pubDate>Sun, 26 Oct 2008 11:25:03 -0000</pubDate></item><item><title>Re: Synthesizing Accessor Methods</title><link>http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/#comment-3308786</link><description>&lt;p&gt;Hi, guys... this is certainly an improvement. I was looking for this feature.&lt;br&gt;However, I would like cappuccino to stay as much as close to Objective-C 2.0. I don't want Objective-J to become a programming language per se.&lt;br&gt;I think it is very important to use the same syntax and naming conventions Objective-C 2.0 uses.&lt;br&gt;The same thing applies to Cappuccino.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matteo</dc:creator><pubDate>Sun, 26 Oct 2008 05:14:49 -0000</pubDate></item></channel></rss>