Writing good error messages

I found this article on HN this morning and its talking about an important topic. Error messages
are part of User experience and should be designed with care. I used to rant about GCC C++ compilers error messages which assumed that you understood not only C++ but also how GCC works.
python stack traces are not any better

1 Like

Good ideas – error messages are indeed part of the UI.