Useful error messages
How did I mess up?
By Faith Okamoto
Since I made two recent pull requests about graceful errors, I
figured I’d talk about why this is so important. In general, you should try to
anticipate common issues the end-user might run into. Those errors should cause
useful, descriptive error/warning messages.
[Read More]