|
Good topic for starters. One thing which i always note in most tutorials is optimization is not talked about.
Its the most critical part. Like the above code is using "(double quotes) for all the strings, but i'd rather use '(single quote) because its much faster and reduces the processing time.
For a script of 10 lines it doesn' tmatter. but as it becomes larer its really important.
|