Re: C question for you old guys ;-)
Re: C question for you old guys ;-)
- Subject: Re: C question for you old guys ;-)
- From: Greg Weston <email@hidden>
- Date: Tue, 10 Jun 2003 13:18:31 -0400
On Tuesday, June 10, 2003, at 09:53 AM, Jay Vaughan wrote:
I was just pointing out that one bad habit could only lead to another
one ... and that it's a bad thing for a C programmer to do, to
re-define the language semantics using macro's, because it makes
even more unreadable code.
a) I don't think it's necessarily true that "one bad habit could only
lead to another one."
b) It's not redefining the language semantics. It's effectively
introducing a new keyword that _may_ improve readability and with
practice can improve correctness of code. I don't see how it's any
different than any other macro.
G
_______________________________________________
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.