-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description:
Currently, we use Object in the codebase, but it is too verbose in some cases.
Would be to add a shorter alias Obj that points to Object for cleaner and more concise code.
Acceptance Criteria:
Obj can be used everywhere instead of Object.
Both Object and Obj should be interchangeable.
Update documentation/examples to include the new alias.
Metadata
Metadata
Assignees
Labels
No labels