Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Try-Except #118

@tacozMacleo

Description

@tacozMacleo

It might be called: Try-Except. But it also have a else and a finally.
They should be used when possible.
Have as little as possible in the Try-scope.

As a Reminder:
Try -> Try not to raise an exception.
Except -> Exception was raised.
Else -> No exceptions was raised.
Finally -> Always executed as last.

And if possible, do not have a catch-all exception. Specific exception please.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions