FROM : john darnell
DATE : Tue Apr 15 17:46:10 2008
-----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.
DATE : Tue Apr 15 17:46:10 2008
-----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.
| Related mails | Author | Date |
|---|---|---|
| Adam Gerson | Apr 15, 04:53 | |
| John Stiles | Apr 15, 05:05 | |
| Michael Vannorsdel | Apr 15, 05:06 | |
| Matt Burnett | Apr 15, 05:15 | |
| John Stiles | Apr 15, 05:17 | |
| Michael Ash | Apr 15, 05:24 | |
| Ferhat Ayaz | Apr 15, 06:05 | |
| Adam Leonard | Apr 15, 08:09 | |
| Jeff LaMarche | Apr 15, 16:08 | |
| john darnell | Apr 15, 16:25 | |
| Jeff LaMarche | Apr 15, 16:56 | |
| I. Savant | Apr 15, 17:05 | |
| john darnell | Apr 15, 17:14 | |
| I. Savant | Apr 15, 17:19 | |
| john darnell | Apr 15, 17:27 | |
| glenn andreas | Apr 15, 17:29 | |
| Michael Ash | Apr 15, 17:36 | |
| I. Savant | Apr 15, 17:39 | |
| Jean-Daniel Dupas | Apr 15, 17:39 | |
| Johnny Lundy | Apr 15, 17:44 | |
| john darnell | Apr 15, 17:46 | |
| Jean-Daniel Dupas | Apr 15, 17:57 | |
| Michael Ash | Apr 15, 18:09 |






Cocoa mail archive

