Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best Practices
Message
From
15/06/2001 07:09:05
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
14/06/2001 12:45:03
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00519494
Message ID:
00519861
Views:
10
>I've been thinking lately about Best Practices. What does this term mean to you? Are there any Best Practices that you follow?

An example of a Best Practice is to make a method or other code segment assume nothing and clean up after itself. That means stuff like
LOCAL lnOldSelect
lnOldSelect = SELECT()
SELECT NewTable
* Do stuff here
SELECT (lnOldSelect)
Previous
Reply
Map
View

Click here to load this message in the networking platform