-----Original Message-----

>> 2.)  Symmetry can add elegance to the visual aspect of your code, and
>> thus make it more pleasing to the eye, and easier to decipher. For
>> example, when I have a long list of includes, I often do this to  
>> them:
>>
>> #include          <aaa.h>
>> #include <bbbbbbbbbbbb.h>
>> #include         <cccc.h>

personnaly i prefere to sort line by size ;-)

#include  <aaa.h>
#include <bbbbbb.h>
#include  <cccccccccc.h>

[John Darnell says:] Yeah, that would work, too.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to