Why some people go exception-less

Yan Babitski
The Startup
Published in
7 min readDec 4, 2019

--

Exceptions are nice. It’s an elegant concept supported natively by many, if not all, mainstream programming languages that help to signal that something went not as planned, and the program can not proceed with execution as usual. However, some people claim it’s an anti-pattern that should be avoided. Let’s take a look at what it’s all about.

--

--