JGWeissman comments on Learned Blankness - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (186)
If you can figure out the problem from a syntax error message with C++ templates, your contribution is certainly far from trivial!
I'm sure that is true, but the error messages I am talking about are ones I designed to contain all the information needed to fix the problem.
Writing seriously verbose exception text for every single exception thrown may be annoying and space-taking, but after all the crazy things I've seen, I wouldn't do without it. Include what you were expecting, what you encountered, and where you are.