|
|
|
|
94
|
|
94
|
|
95
|
### Don't talk unless asked ###
|
95
|
### Don't talk unless asked ###
|
96
|
|
96
|
|
97
|
-Use echo only if purpose of your script/function **is** to print.
|
|
|
98
|
-Otherwise use `think()` instead.
|
|
|
|
|
97
|
+Echo to stdout only if purpose of your script/function **is** to print
|
|
|
98
|
+**that** text. Otherwise use `think()` instead.
|
99
|
|
99
|
|
100
|
If you want to make your script "user-friendly" (like babbling about
|
100
|
If you want to make your script "user-friendly" (like babbling about
|
101
|
what it's doing), consider setting `FFOO_VERBOSE` to true in header of
|
101
|
what it's doing), consider setting `FFOO_VERBOSE` to true in header of
|