• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: adding something to a setter
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >adding something to a setter (From: Torsten Curdt <email@hidden>)
 >Re: adding something to a setter (From: Thomas Davie <email@hidden>)
 >Re: adding something to a setter (From: Mike Abdullah <email@hidden>)

  • Prev by Date: Re: adding something to a setter
  • Next by Date: Re: adding something to a setter
  • Previous by thread: Re: adding something to a setter
  • Next by thread: Re: adding something to a setter
  • Index(es):
    • Date
    • Thread