1.5.1.
Properties of good scripts
Up one level
-
This guide is mainly about the last shell building block, scripts. Some general considerations before we continue:
-
A script should run without errors.
-
It should perform the task for which it is intended.
-
Program logic is clearly defined and apparent.
-
A script does not do unnecessary work.
-
Scripts should be reusable.

