Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which Is More Readable To You?
Message
De
06/03/2008 03:12:19
 
 
À
06/03/2008 02:38:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01298471
Message ID:
01299229
Vues:
16
>I was thinking more along the lines of the sort of readability "discussions" threads we've seen here over the past while. Personally I'd like to be able to specify things like:

Agree fully - I miss such a thing most on INsert -SQL
- Multiple parameters on multiple lines, with leading or trailing commas e.g.
Insert into TargTab ;
      ( ifld01, ifld02, ifld03 ;
      , ifld04, ifld05, ifld06 ;
      , ifld07, cfld08, ifld09 ;
      , ifld10, ifld11 ) ;
   values ;
      ( 01, 02, 03 ;   
        01, 02, 03 ;   
      , 01, 02, "03" ;   
      , 01, 02)
where grouping the fields and values helps me find stupid mistakes like the 2 in the above faster.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform