Skip to content

Decide on separation of concern (exceptions vs values) #2

Description

@thisguycodes

Exceptions are generally considered failures, and/or events that prevent normal execution of code.

In this library, what functions can acceptably raise an exception, and which ones should instead return a value (such as False)?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions