Really awesome episode. My error handling in vue dev needs work. I store errors on the backend so i can look at them later, but the client side user will always judt see a generic error message. I def will take your advice try to find a good balance between showcasing errors to the user without the technical details.
It's so fun to follow - even more when you're currently doing a new project from the group up. Thanks for your content, guys!
Our pleasure!
Really interesting topic, but I'm missing some code.
Fair point! Sadly tricky with an "audio-first" podcast - but we are thinking of solutions
Really awesome episode. My error handling in vue dev needs work. I store errors on the backend so i can look at them later, but the client side user will always judt see a generic error message. I def will take your advice try to find a good balance between showcasing errors to the user without the technical details.
Thank you 🙌
Storing the errors is also important! Hope you'll find some good & understandable error messages for the 80% cases 👌
Just to throw in even more complexity, what about using Effect-TS for that enforces errorhandling :D
Effect-TS is a super interesting library!