Skip navigation.
 
mlRE: is this badly written code?
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.

Related mailsAuthorDate
mlis this badly written code? Adam Gerson Apr 15, 04:53
mlRe: is this badly written code? John Stiles Apr 15, 05:05
mlRe: is this badly written code? Michael Vannorsdel Apr 15, 05:06
mlRe: is this badly written code? Matt Burnett Apr 15, 05:15
mlRe: is this badly written code? John Stiles Apr 15, 05:17
mlRe: is this badly written code? Michael Ash Apr 15, 05:24
mlRe: is this badly written code? Ferhat Ayaz Apr 15, 06:05
mlRe: is this badly written code? Adam Leonard Apr 15, 08:09
mlRe: is this badly written code? Jeff LaMarche Apr 15, 16:08
mlRE: is this badly written code? john darnell Apr 15, 16:25
mlRe: is this badly written code? Jeff LaMarche Apr 15, 16:56
mlRe: is this badly written code? I. Savant Apr 15, 17:05
mlRE: is this badly written code? john darnell Apr 15, 17:14
mlRe: is this badly written code? I. Savant Apr 15, 17:19
mlRE: is this badly written code? john darnell Apr 15, 17:27
mlRe: is this badly written code? glenn andreas Apr 15, 17:29
mlRe: is this badly written code? Michael Ash Apr 15, 17:36
mlRe: is this badly written code? I. Savant Apr 15, 17:39
mlRe: is this badly written code? Jean-Daniel Dupas Apr 15, 17:39
mlRe: is this badly written code? Johnny Lundy Apr 15, 17:44
mlRE: is this badly written code? john darnell Apr 15, 17:46
mlRe: is this badly written code? Jean-Daniel Dupas Apr 15, 17:57
mlRe: is this badly written code? Michael Ash Apr 15, 18:09