unitsofmeasurement / unit-api

Units of Measurement API
http://unitsofmeasurement.github.io/unit-api/
Other
182 stars 42 forks source link

Could Quantity use a symbol, too? #223

Closed keilw closed 3 years ago

keilw commented 3 years ago

According to the List of physical quantities (Wikipedia) most of them have a symbol. Could Quantity also use a getSymbol() method similar to Unit? As it's an interface it may have to be a default method on those interfaces, but it would work since Java 8, while detremental to code coverage of those interfaces, but affected elements or packages could be ignored where necessary.

keilw commented 3 years ago

Closing this in favor of a discussion: https://github.com/unitsofmeasurement/unit-api/discussions/224