Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Yoda coding styles
Message
From
25/04/2006 10:26:00
 
 
To
23/04/2006 16:19:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01115355
Message ID:
01116369
Views:
18
* This
>
>m.lcSomeVariable = "SomeLongStringOrFunction1" ;
>  + "SomeLongStringOrFunction2" ;
>  + "SomeLongStringOrFunction3" ...
>
>* is preferable to
>
>m.lcSomeVariable = "SomeLongStringOrFunction1" + ;
>  "SomeLongStringOrFunction2" + ;
>  "SomeLongStringOrFunction3" ...
Personally, I prefer the latter, so that when I get to the end of the line, I know it continues on the next line, rather than being the end of the command. I do the same thing with AND and OR.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform