Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLSERVER Rollback
Message
From
04/01/2019 03:12:41
 
 
To
03/01/2019 18:12:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01665065
Message ID:
01665106
Views:
62
>Hi Tamar,
>
>And here I was starting to change all my code that used your preferred syntax (option 1 below) with the 2nd - thinking that the 2nd would be more readable to someone else taking over my code! Is there any consensus out there as to what is the "best" way to code this? Or if not a consensus, what do most VFP do?
>
>I have always done method number 1 below until just a few months ago when I thought I should change...
>
>Albert
>
>>
>>IF NOT MyFlag
>>
>>
>>than
>>
>>
>>IF MyFlag = .F.
>>
>>
>>Tamar


1. if both alternatives are processed, you may want to write the positive comparison first:
if myFlag
else
endif
2. explicit naming makes it more readable:
if success
else && error
endif
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform