Skip to content

Exception guideline is obsolete #127

Description

@Keboo

The following exception guideline is obsolete:

⛔ AVOID: general catch blocks and replace them with a catch of System.Exception.

In addition to being obsolete the recommendation likely leads people into violating another rule:

❌ DO NOT: over-catch. Exceptions should be allowed to propagate up the call stack unless it is clearly understood how to programmatically address those errors lower in the stack.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions