Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which Is More Readable To You?
Message
From
05/03/2008 12:33:53
 
 
To
05/03/2008 10:51:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01298471
Message ID:
01299001
Views:
19
>>Beautify is your friend!
>
>Yes, it is, until you work for someone who wants the ending commands to be indented. For example

I must admit, that's one I've never seen before (and I've seen LOTS) < s >


>
>
>do while somecondition
>     if thiscondition
>          process this
>     else
>          process that
>          endif
>     command
>     command
>     select data
>     scan
>          if anothercondition
>               process thisstuff
>               endif
>          endscan
>     enddo
>another condition
>
>
>
>also had the habit of having Case statements do things.....as in
>
>
>do case
>     case !seek('key','file')
>          (commands)
>     case file.field = value
>          (commands)
>     endcase
>
Previous
Reply
Map
View

Click here to load this message in the networking platform