Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What do you think of 'Beautify'?
Message
 
 
À
06/05/2010 01:07:44
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01462534
Message ID:
01463380
Vues:
51
>No spaces around single letter operators (and ()[], as well). Waste of monitor space. It's colour there. While it helps on minor expressions it will only scatter longer ones. I prefer line breaks on this. (This is the wish for better indentation (._.); )
>Only assignment statement "=" is with spaces to distinguish to the equal to operator.
>
>I allways hated
>
>= Someexpression
>? someBool;
>= Some_other_bool
>
>so this would be
>
>= Someexpression
>? someBool;
>=Some_other_bool
>
>
>[<><]
>>I dislike no space before ; - I always try to put a space there.

I always try to have an extra space between operands. I simply don't like other ways.

So,
c = a +  b
  select Field1, Field2, ;
                           FIeld3, Field4 ;
                       FROM Table1 T1 ;
                      INNER JOIN Table2 on T1.Pk = T2.PK ;
               WHERE ...
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform