Hacker News new | ask | show | jobs
by mav3rick 2432 days ago
Everyone should not have to have their own error library for basic functionality or custom foo to print stacktraces.
1 comments

The idea of carrying around bloated errors everywhere is absurd to me, especially in a microservice ecosystem where that all has to cross the wire, potentially multiple times.
You just return codes between IPC or inter-service communication. No one is asking you to serialize error objects and send them.