• 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: Programming Style: Method Definition with or without a semicolon.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programming Style: Method Definition with or without a semicolon.


  • Subject: Re: Programming Style: Method Definition with or without a semicolon.
  • From: Scott Anguish <email@hidden>
  • Date: Fri, 16 Oct 2009 03:01:21 -0400

I used the semi-colon until Ali at Apple said that we don’t do it that way.

So I no longer do it that way.

Personal preference only.


On Oct 15, 2009, at 8:54 PM, Frederick C. Lee wrote:

> 1) I've seen an alternative way of defining a method, with the semicolon after the declaration, before the body:
>
> - (NSArray *)sortedIncredients;   <-- notice the semicolon
>    {
>       ...
>    }
>
> 2) ... versus the standard declaration + body of the definition (without the semicolon):
>
> - (NSArray *)sortedIncredients {
>  ...
> }
>
> Both seem to work the same.
> Is there any benefit of (1) over (2) or is it merely style of programming?

_______________________________________________

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

  • Follow-Ups:
    • Re: Programming Style: Method Definition with or without a semicolon.
      • From: Kyle Sluder <email@hidden>
References: 
 >Programming Style: Method Definition with or without a semicolon. (From: "Frederick C. Lee" <email@hidden>)

  • Prev by Date: Re: odd behavior with NSError?
  • Next by Date: Re: odd behavior with NSError?
  • Previous by thread: Re: Programming Style: Method Definition with or without a semicolon.
  • Next by thread: Re: Programming Style: Method Definition with or without a semicolon.
  • Index(es):
    • Date
    • Thread