in reply to Best practices for warnings about wrong context

If the program cannot rightly be used in a certain context, I suggest that it should die() so that a traceback to the offending statement can be made ... and the presence of the problem identified. A warning message is never going to be seen in a server log, and, if it were, it would not be useful.
  • Comment on Re: Best practices for warnings about wrong context