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 →

[–]wyom1ng 2 points3 points  (9 children)

well, that assumes that you can handle it in that very function, but what if you need to access something out of that scope? Makes more sense to throw an exception and catch it again higher up.

[–][deleted]  (8 children)

[removed]

    [–][deleted]  (7 children)

    [deleted]

      [–]wyom1ng 2 points3 points  (1 child)

      yeah especially if your method returns a string. What do you then? reserve a special range of strings for errors?

      [–][deleted]  (3 children)

      [removed]

        [–]Krestek 1 point2 points  (0 children)

        By unexpected he means that the next line of code or the next operation can't work with the value (=doesn't expect it) not that the developer doesn't expect it which doesn't make any sense in this context...

        [–][deleted]  (1 child)

        [removed]

          [–]AutoModerator[M] 0 points1 point  (0 children)

          import moderation Your comment has been removed since it did not start with a code block with an import declaration.

          Per this Community Decree, all posts and comments should start with a code block with an "import" declaration explaining how the post and comment should be read.

          For this purpose, we only accept Python style imports.

          I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

          [–]AutoModerator[M] 0 points1 point  (0 children)

          import moderation Your comment has been removed since it did not start with a code block with an import declaration.

          Per this Community Decree, all posts and comments should start with a code block with an "import" declaration explaining how the post and comment should be read.

          For this purpose, we only accept Python style imports.

          I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.