Thread: Deleted Items
View Single Post
  #16  
Old March 9th 06, 05:21 PM posted to microsoft.public.outlook.program_addins
Rog
external usenet poster
 
Posts: 62
Default Deleted Items

Also do you have a place to go where I can learn these best practices?
Rog

Ken Slovak - [MVP - Outlook] wrote:
No, not really. It's a matter of looking over each line of your code
with a microscope and checking for creation of implicit variables (from
using compound dot operators instead of explicitly declared variables
for each dot operator), making sure everything is explicitly released
instead of relying on things to go out of scope and other best practices.

Ads