Hi everyone...
I want to know that, how to improve my script's performance ?
Should I use less comments and white space to improve performance ?
I use C/C++ 's coding style for my script......use a "main" function, use return keyword within functions, explicitly declare variables.....etc. Is it a bad coding style ?
Thanks in advance...