-
-
Notifications
You must be signed in to change notification settings - Fork 119
quantity_spec members #654
Copy link
Copy link
Open
Labels
designDesign-related discussionDesign-related discussionquestionFurther information is requestedFurther information is requestedrefactorModify existing code potentially causing breaking changesModify existing code potentially causing breaking changes
Milestone
Metadata
Metadata
Assignees
Labels
designDesign-related discussionDesign-related discussionquestionFurther information is requestedFurther information is requestedrefactorModify existing code potentially causing breaking changesModify existing code potentially causing breaking changes
quantity_specis the onlySymbolicConstantthat has public members (dimensionandcharacter).named_unit, point origins, otherSymbolicConstants, and evenreferencedo not expose anything. Onlyquantityandquantity_pointexpose public members.Should we continue doing that, or should we provide an alternative interface to obtain this information (e.g.,
get_dimension(QuantitySpec),get_character(QuantitySpec))?