Code style guidelines
Code style guidelines
- Subject: Code style guidelines
- From: Christoffer Lerno <email@hidden>
- Date: Thu, 20 May 2004 23:03:37 +0800
Hi everyone,
I'm trying to figure out some good, consistent style for my obj-c code.
Obviously there is the naming guidelines, but what about spacing?
Are there any preferred way of writing
-(id) someMethod:(NSObject*)anObject?
I've seen spacing like this
- (id)someMethod:(NSObject *)anObject
and many other variants.
Anything to recommend?
/Christoffer
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.