Login
Roast topics
Find topics
Find it!
From:
Robert Mosolgo
(Uncensored)
subscribe
Raising Exceptions is Bad
https://rmosolgo.github.io/ruby/programming/2016/11/23/raising-exceptions-is-bad.html
links
backlinks
Roast topics
Find topics
Roast it!
In general, raising exceptions for control flow makes code hard to understand. However, there are other cases when an exception is the right choice. Raise vs Return raise is