A script

​A script is not a full blown application, but a small code that does a specific task.


There are couple of advantages of using a script over performing a task manually.


1. The task will be executed more reliably.

2. A task will be executed faster.


There are times when scripts should not be created, but a task needs to be done manually. These are events that will happen just once or rarely. Time that is spent creating a script needs to be less than time performing this task manually.

A script has a potential to create a lot of damage, because it will do things quickly. A script needs to be verified that it does things properly.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator