Hacker News new | ask | show | jobs
by vbezhenar 169 days ago
You don't need BEAM languages. I'm using Java and I always write my code in "let it crash" style, to spend time on happy paths and avoid spending time on error handling. I think that's the only sane way to write code and it hurts me to see all the useless error handling code people write.
1 comments

Depends on the audience