environment
STDOUT vs STDERR
All error messages should go to STDERR
.
This makes it easier to separate normal status from actual issues.
A function to print out error messages along with other status information is recommended.
Was this section helpful?