Re: C question for you old guys ;-)
Re: C question for you old guys ;-)
- Subject: Re: C question for you old guys ;-)
- From: Jay Vaughan <email@hidden>
- Date: Wed, 11 Jun 2003 19:24:58 +0200
I don't think anyone (even jcr) is disagreeing with you that macro abuse
is bad... I think we don't believe this is macro abuse. You have to see
a difference between a convoluted macro vs. the example you're
complaining about.
My issue with this macro centers around using "is" instead of
something like "IS_EQUAL_TO"... "
#define IS_EQUAL_TO ==" is just fine by me, I have no issue with it
whatsoever, but "#define is ==" is not. That just breaks too many
rules. Maybe I shouldn't have taken that compiler design course ...
--
;
Jay Vaughan
r&d>>music:technology:synthesizers - www.access-music.de/
_______________________________________________
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.