Re: Declarations near usage
Re: Declarations near usage
- Subject: Re: Declarations near usage
- From: j o a r <email@hidden>
- Date: Wed, 16 Oct 2002 22:26:31 +0200
IIRC. With GCC3 and Jaguar you can now declare your variables anywhere
since it has better support for C99. As Jason said, this is a c-thing,
not an ObjC thing.
j o a r
On Wednesday, Oct 16, 2002, at 20:48 Europe/Stockholm, James Hober
wrote:
One thing I don't like about Objective C is that you have to declare
variables at the top of a block. I think code that declares variables
near their first use is much more readable. This is the norm in C++.
_______________________________________________
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.