|
|
|
|
|
by carapace
2312 days ago
|
|
> Exceptions are rather easy to reason in the code In some code, for some people. > their flow chart looks like a hot mess In code where the "exceptions are rather easy to reason" about the flowchart would also be easy to read. In code where the exceptions hide a flowchart that's a hot mess the exception syntactic sugar hides the mess. |
|
I'm not suggesting every code with exceptions is good. Just saying that not every exception is bad, and many are indeed great.
I can't imagine writing Python without try blocks...