Quote:
Originally posted by Peyton
Why do you use double quotes when not outputting anything? Every time the parser sees double quotes it expects output, and when output does not happen it slows the script down.
|
I only do that for strings, I know that you can use ' and ' to achieve the same, but I learned with " and ", so it is what I use. I have noticed no slowdown between " and '