AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
What's the Biggest Learning From Erlang?
You have to test the error path just as much as you test the functioning path. It's always an edge case in the error handling where you mess things up. Every message pass, every function call can fail, and you'd better have a good, smart plan for how to handle that. The best way to do that is to just assume anything in error any time.