You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it be beneficial to move common things in quantity classes to a quantity base class?
Sometimes we don't know which quantity we are dealing with, but we want to print them, or get abbreviations etc. which is common in all quantities. This use case is important especially in GUI development.