Re: adding something to a setter
Re: adding something to a setter
- Subject: Re: adding something to a setter
- From: Thomas Davie <email@hidden>
- Date: Thu, 06 Oct 2011 14:05:35 +0100
On 6 Oct 2011, at 13:36, Mike Abdullah wrote:
>
> On 6 Oct 2011, at 13:09, Thomas Davie wrote:
>
>>
>> Does anyone have any comments on why that might not work, before I file a bug report to request it?
>
> Well it would become rather unreadable for anything more than a single line of code.
I'm not sure it would be any less readable than code involving blocks tbh.
What's wrong with:
@synthesize (
setCode =
{
[a b];
[c d:e f:g];
[h i];
},
getCode =
{
...
})
Bob
if (*ra4 != 0xffc78948) { return false; }_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden