Skip to content

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

@thisguycodes

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)?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions