(no title)
bastih | 6 years ago
Also agree on your point - I'm not saying I like exceptions, I like explicitly passing type-encapsulated results/errors more for clarity. Exceptions happen in a "second invisible lane" right next to the code you are writing, and for example aren't immediately visible when reviewing code.
jcelerier|6 years ago
hm, that's interesting - when doing C++ I always see the "bubbling-up" lane