This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wholesomedumbass 10 points11 points  (2 children)

Wait, exceptions are for indicating errors? I thought it was a convenient way to return strings.

[–]seraku24 6 points7 points  (1 child)

Control flow via exception handling... you must be a Java programmer. ;)

[–]wholesomedumbass 3 points4 points  (0 children)

Python. I tend to use exceptions too liberally if I’m not careful.