Skip to content

Reminder: Naming Convention #39

@gcanti

Description

@gcanti

Here is a list of observations gathered from our team and users regarding the naming conventions. These points should be discussed individually in dedicated issues:

  • Replace "Exception" with "Error" (e.g., UnknownException). Reason: "Exception" is not commonly used in the JavaScript/TypeScript ecosystem, where "Error" is the standard term. RE: issue 4056 in effect repo
  • Refine the naming conventions for recoverable errors ("failures") and unrecoverable errors ("defects"). See the discussion here: Discord thread.
  • Add Ns suffix to namespaces to avoid merging
  • more to come....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions