DEV Community

Discussion on: Need for Exceptions in Code

Collapse
 
siy profile image
Sergiy Yevtushenko

Usually it's better to avoid using exceptions. And use functional programming inspired approaches (Either monad) for error reporting and propagation.