Preetha
Answered On : May 27th, 2005
1. Proper code guiding standards
2. Std format for defining functions, exception handler etc
3. Comments for functions
4. Proper errorhandling mechanisms
5. The apprpriate synchronisation techniques

1 User has rated as useful.
Login to rate this answer.
stefan
Answered On : Apr 17th, 2012
Proper code guiding standards
Login to rate this answer.
Suma
Answered On : Apr 22nd, 2012
Best practice for writing code : use the key word Dim before declare any variable.
using optional explicit ( if we declare any variable before start coding it does not show any errors.).
commenting the code also good practice.
Make the script as reusable.(By writing functions)
follow the debugging technique.
using Exceptional handling to handle errors in the code.
At the end of the clean up the memory.
Login to rate this answer.