| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Why not trying to made a real difference between accessors and properties ? what about : accessors for algorithms informations ( how the algorithm works ) properties for user informations (what kind of information a user can have access using a instance) i want to say that because we can see too much example in coding : -(NSString *)myString // public information { return myString; // private variable } don't you think you loose time and clarity by repeating altime the same kind of information ?? why not trying : -(NSString *)stringWithFormat { ... //concatenate differend kind of private information ... // and change some of them by their equivalent : keyLogIn --->UserID } Le 22 avr. 08 à 22:52, Sherm Pendley a écrit : On Mon, Apr 21, 2008 at 4:27 PM, Scott Andrew <email@hidden> wrote: |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Objc-language mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/objc-language/email@hidden This email sent to email@hidden
| References: | |
| >Objective-C 2.0 style question. (From: Scott Andrew <email@hidden>) | |
| >Re: Objective-C 2.0 style question. (From: "Sherm Pendley" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.