Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yoda coding styles
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01115355
Message ID:
01115375
Vues:
8
>>Everytime I see someone else's code I'm left scratching my head.
>>
>>Take this line of code:
>>
>>Index Tag shiprate On province+Allt(city) Uniq
>>
>>
>>Besides the data modelling no-no of province and city in a table - permitting various incorrect spellings of province and city and impossible combinations of non-existant cities/provinces, and the questionable practice of having multiple shiprates per city+prov in the table only to ignore any but the first one, the code is written as if by Yoda.
>>
>>The help clearly shows
>>
>>INDEX ON eExpression TO IDXFileName | TAG TagName [BINARY]
>> [COLLATE cCollateSequence] [OF CDXFileName] [FOR lExpression]
>> [COMPACT] [ASCENDING | DESCENDING] [UNIQUE | CANDIDATE] [ADDITIVE]
>>
>>So while that line of yodacode works, it throws me for a loop. So I hereby request that we coin the term yodacode to apply to any yoda-like programmers.
>
>Good idea Mike. To add to your observation, I think that I will write all my code on one line so it will execute faster. Readability is not important when you want speed! :)

Are you sure the code is execute fatser if it was writen in one line?
I am not so sure (I never tested though). It is compilator duty to compile multy-line code in one line.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform