-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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 ineffect
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
Labels
No labels