Hacker News new | ask | show | jobs
by stronglikedan 25 days ago
If a processing job fails due to the user's input, but the program doesn't let the user know what exactly caused the failure, there may not be any work on your end to get the input corrected, but you should definitely doing work on your program to improve the error handling aspect.
1 comments

If only for the reason that people stop bugging you about it. Making good UX is self serving.